

div.scrollable {
	float:left;	
}


a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:34px;
	height:55px;
	background:url(../img/geri.png) no-repeat;
	float:left;
	margin:0px 15px 0px 0px;
	cursor:pointer;
}


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


a.disabled {
	/*visibility:hidden !important;*/		
}


a.next, a.nextPage {
	background-image:url(../img/ileri.png);
	clear:right;
	margin: 0px 0px 0px 5px;	
}
