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

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

/* right */
a.right { 
	background-position: 0 -0px; clear:right; margin-right: 0px;
	
	background:url(../images/seta_direita.gif) no-repeat;
}
a.right:hover { background-position:-0px -0px; }
a.right:active { background-position:-0px -0px;  } 


/* left */
a.left				
{ 
margin-left: 0px;
background:url(../images/seta_esquerda.gif) no-repeat;
} 
a.left:hover  		{ background-position:-0px 0; }
a.left:active  	{ background-position:-0px 0; }


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


