div.scrollable {
	
	float:left;		
	position:relative;
	overflow:hidden;	 	
	width: 918px;	
	height:170px;
	border:0px solid red;			
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

div.scrollable div.items div.home_content_thumbnil_image
{
  margin-right:50px;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(images/styles_image/left.gif) no-repeat;
	float:left;
	margin:83px 0px;
	cursor:pointer;
	border:0px solid red;	
}



a.disabled {
	visibility:hidden !important;		
}


a.prev, a.prevPage {
	padding-right:2px;
}



a.next, a.nextPage {
	background-image:url(images/styles_image/right.gif);
	clear:right;	
}





