/*  wrapper element  */
#scrollable {
	background-color:#ffffff;
	width:600px;
	padding-top:10px;
}

div.items {
	height:190px;	
	float:left;
	width:560px !important;
	visibility: visible;
	overflow: hidden; 
	position: relative; 
}
/* item */


.scrollableDiv{
	position: absolute; width: 200000em; left: 4px;
}

/* next / prev buttons */
a.prev, a.next {
	background:url(../images/scrollLeft.gif) no-repeat 0 0;
	display:block;
	width:17px;
	height:165px;
	float:left;	
	cursor:pointer;
}
a.next {
	background-image:url(../images/scrollRight.gif)		
}
