div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 170px;	
	height:62px;				
}
div.scrollable div.items {
	width:20000em;	
	position:absolute;
	clear:both;	
}
div.scrollable div.items div {
	float:left;
	text-align:center;
	width:170px;
	padding:0px 0px;
	margin-right: 20px;
}
div.scrollable {
	float:left;	
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(img/left.png) no-repeat;
	float:left;
	margin:25px 0px;
	cursor:pointer;
	font-size:1px;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}
a.disabled {
	visibility:hidden !important;		
}
a.next, a.nextPage {
	background-image:url(img/right.png);
	clear:right;	
}