/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	/*background:url(../images/scrollable/hori_large.png) no-repeat;*/
	background:url(../images/scrollable/hori.png) no-repeat #fff000;
	display:block;
	width:100px;
	height:15px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ float:right; margin-right: 0px;background-position:-100px 0px;}
a.right:hover 		{ background-position:-300px 0px; }
/*a.right:active 	{ background-position:-60px -30px; } */


a.prev {
	float:left;	
}

a.prev:hover {
	background-position:-200px 0px;
}

a.next {
	float:right;	
	background-position:-100px 0px;
}

a.next:hover {
	background-position:-300px 0px;
}