div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width:720px;
	height:101px;
	float: left;
}

div.scrollable div.items {	
	width:1300px;
	height: 80px;
	position:absolute;
	clear:both;		
	margin-left:10px;
}

div.scrollable div.items div {
	width: 80px; 
	height: 80px; 
	text-align: center; 
	float: right; 
	margin-right: 15px;
}

div.scrollable div.items div.active {
	background-color:#fff;
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	float: left;
	width:16px;
	height:106px;
	background:url(images/rightAr.jpg) no-repeat;
	cursor:pointer;
	font-size:1px;
}

a.next, a.nextPage {
	background:url(images/leftAr.jpg) no-repeat;
	clear:right;	
}

/* a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
} */

a.disabled {
	visibility:hidden !important;		
}


