div.scrollable {float:left;	}


a.next{cursor:pointer;display:block;width:24px;height:24px;float:left;text-align:center;margin-top:194px;background:url(../img/arrow.png) no-repeat center bottom;}
a.prev{cursor:pointer;display:block;width:24px;height:24px;float:left;text-align:center;margin-top:194px;background:url(../img/arrow3.png) no-repeat center bottom;}
a.next:hover{background:url(../img/arrow2.png) no-repeat center bottom;}
a.prev:hover{background:url(../img/arrow4.png) no-repeat center bottom;}
a.disabled {
	visibility:hidden !important;		
}
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(img/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}
div.navi a:hover {
	background-position:0 -8px;      
}
div.navi a.active {
	background-position:0 -16px;     
} 	


