﻿div.scrollable { 
	float: left;
    position:relative; 
    overflow:hidden; 
    width: 774px; 
    height:184px; 
} 
 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
	width: 130px;
} 
 
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;	
}

.navi {
	margin-left:400px;
	width:200px;
	height:33px;
}


/* items inside navigator */
.navi a {
	width:15px;
	height:25px;
	float:left;
	margin:0px;
	background:url(../images/navigator.png) 0 -26px no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
     
}

/* active state (current page state) */
.navi a.active {
	background-position:0 0;     
}

