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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url("../images/slideRight.png") no-repeat;
	display:block;
	width:30px;
	height:68px;
	float:left;
	margin:66px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				
{ 	
    background:url("../images/slideRight.png") no-repeat;
	display:block;
	width:30px;
	height:68px;
	float:left;
	margin:66px 0px;
	cursor:pointer;
	font-size:1px; 
	margin-left: 0px; 
}
a.right:hover 		{	background:url("../images/slideRight.png") no-repeat;
	display:block;
	width:30px;
	height:68px;
	float:left;
	margin:66px 0px;
	cursor:pointer;
	font-size:1px; 
	background-position:0 -68px; }

/* left */
a.left				
{	
    background:url("../images/slideLeft.png") no-repeat;
	display:block;
	width:30px;
	height:68px;
	float:left;
	margin:66px 0px;
	cursor:pointer;
	font-size:1px; 
	margin-left: 0px; 
} 
a.left:hover  		 
{
    background:url("../images/slideLeft.png") no-repeat;
	display:block;
	width:30px;
	height:68px;
	float:left;
	margin:66px 0px;
	cursor:pointer;
	font-size:1px;
	background-position:0 -68px; 
}

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