div.scrollable {
	float:left;	
}

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

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('/images/right.gif');
	clear:right;	
}


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

div.navi {
	margin-left:78px;
}

div.scrollable {
	position:relative;
	overflow:hidden;	 	
	width: 556px;	
	height:119px;	
	background:url('/images/bg1.gif');				
}

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

div.scrollable div.items div {
	float:left;
	text-align:center;
	width:95px;
	height:95px;
	margin-right: 20px;
}

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