.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 580px;	
	height:106px;	
	margin-bottom: 50px;
}

.scrollable .items {	
	width:20000em;	
	position:absolute;
	clear:both;		
	
}

.scrollable .items a {
	float:left;
	display: block;
	margin-right: 18px;
	width: 100px;
	padding: 3px;
}

.scrollable .items .active {
	padding: 0;
	border: 3px solid #e89c9c;		
}


.scrollable {
	float:left;		
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/img/scrollable/arrow/left_black.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(/img/scrollable/arrow/right_black.png);
	clear:right;	
}




