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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:22px;
	height:22px;
	float:left;
	margin:35px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ float:left; display:inline; width:22px; height:22px;}
a.right:hover 		{float:left; display:inline; width:22px; height:22px;}
a.right:active 	{ float:left; display:inline; width:22px; height:22px; } 


/* left */
a.left				{ float:left; display:inline; background-image:url(../images/prev.png); background-repeat:no-repeat; width:22px; height:22px; } 
a.left:hover  		{ float:left; display:inline; background-image:url(../images/prev.png); background-repeat:no-repeat; width:22px; height:22px; }
a.left:active  	{ float:left; display:inline; background-image:url(../images/prev.png); background-repeat:no-repeat; width:22px; height:22px; }

