div.scrollable {
	float:left;	
}

a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:278px;
	background:url('../images/g_left.gif');
	float:left;
	cursor:pointer;
	font-size:1px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -278px;		
}

a.disabled {
	visibility:hidden !important;		
}

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


/*********** navigator ***********/


div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 809px;	
	height:278px;	
	background:#831414;		
}

div.scrollable div.items {	
	width:20000em;	
	position:absolute;		
	margin-left:5px;
	margin-top:4px;
}

div.scrollable div.items div {
	float:left;
	text-align:center;
	width:263px;
	height:270px;
	margin-right:5px;
}

div.scrollable div.items div.active {	
	background-color:#fff;
}