.scrollable {
	
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url('../../img/portal/hori_large.png') no-repeat;
	display:block;
	width:21px;
	height:24px;
	float:left;
	cursor:pointer;
}
/* right */
a.right 				{ background-position: left -30px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
