/* outmost wrapper element */
#scrollable {
	padding:10px 8px;
	width:109px;
	height:100px;
}

/* container for the scrollable items */
ul.items {
	height:100px;		
	width:109px !important;
	list-style-type:none;
	list-style-image: none !important;
}

ul.items li{
	float:left;
	list-style-type:none;
	list-style-image: none !important;
	margin:0px;
	padding:0px;

}




/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev {
	background:url(img/button-left.gif);		
}

a.prev:hover {
	background:url(img/button-left-over.gif);		
}

a.next {
	background:url(img/button-right.gif);		
}

a.next:hover {
	background:url(img/button-right-over.gif);		
}
