div.scrollableElement {
	position:relative;     
	overflow:hidden;    
	width: 704px;     
	height: 336px; 
}   

div.scrollableElement div.items {
	width:20000em;     
	position:absolute; 
}

div.scrollableElement div.items div {     
	float:left; 
} 

div.items div.active {     
	border:1px inset #ccc;     
	background-color:#fff; 
}

a.nextPage, a.prevPage{
	font-size: 0;
	display: block;
	height: 27px;
	position: absolute;
	z-index: 100;
	margin: -49px 0 0 0;
}

a.prevPage{
	width: 32px;
	background-image: url('image/b_prev.gif');
	background-repeat: no-repeat;
	margin-left: 615px;
}

a.nextPage{
	width: 33px;
	background-image: url('image/b_next.gif');
	background-repeat: no-repeat;
	margin-left: 647px;
}
