
/* this makes it possible to add next button beside scrollable */
.scrollable 	{ float:left;	}

/* prev, next, prevPage and nextPage buttons */
a.browse 		{
	background:url('/static/images/backgrounds/product/prod_next_prev_arrows.gif') no-repeat;
	display:block;
	width:19px;
	height:32px;
	margin-top: 52px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: -19px -2px; clear:right; margin-right: 0px; float:right;}
a.right:hover 	{ background-position: -19px -38px; }


/* left */
a.left			{ background-position: 0px -2px; margin-left: 0px; } 
a.left:hover  	{ background-position: 0px -38px; }

/* disabled navigational button */
a.disabled	 	{ visibility:hidden !important; } 	

