﻿div.scrollable { 
	float: left;
    position:relative; 
    overflow:hidden; 
    width: 275px; 
    height:124px; 
} 
 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
	width: 93px;
} 
 
div.items div.active { 
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:16px;
	height:56px;
	background:url(../images/left.png) no-repeat;
	float:left;
	margin:34px 10px;
	cursor:pointer;
	font-size:1px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
			
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(../images/right.png);
	margin-left: 13px;
	clear:right;	
}
