﻿div.scrollable1 { 
	float: left;
    position:relative; 
    overflow:hidden; 
    width: 277px; 
    height:199px; 
} 
 
div.scrollable1 div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable1 div.items div { 
    float:left; 
	width:277px;
} 
 
div.items div.active { 
}

a.prev1, a.next1, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:66px;
	background:url(../images/left1.png) no-repeat;
	float:left;
	margin:64px 10px;
	cursor:pointer;
	font-size:1px;
}

a.prev1:hover, a.next1:hover, a.prevPage:hover, a.nextPage:hover {
			
}

a.disabled {
	visibility:hidden !important;		
}

a.next1, a.nextPage {
	background-image:url(../images/right1.png);
	margin-left: 13px;
	clear:right;	
}

