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

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

/* right */
a.right ,
a.right:hover ,
a.right:active 	{ background:url(../img/seta_dir.png) no-repeat; } 


/* left */
a.left,
a.left:hover,
a.left:active  	{ background:url(../img/seta_esq.png) no-repeat; }


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

