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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(hori_lar.png) no-repeat;
	display:block;
	width:46px;
	height:46px;
	float:left;
	cursor:pointer;
	font-size:1px;
	margin-top: 147px;
}

/* right */
a.right 				{
	background-position: left top;
	background-image: url(/images/right.png);
	height: 46px;
	width: 46px;
	position: relative;
	z-index: 999;
	float: right;
}


/* left */
a.left				{

	background-image: url(/images/left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 46px;
	float: left;
	margin-right: -46px;
	position: relative;
	z-index: 999;

} 


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

