
/* this makes it possible to add next button beside scrollable */
.scrollable {}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:92px;
	height:22px;
	float:left;
	margin:5px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right{ background:url(images/btn-siguientes.gif) left top no-repeat; clear:right; margin-right: 0px; float:right;}
a.right:hover{ background:url(images/btn-siguientes.gif) left bottom no-repeat;}
a.right:active{ background:url(images/btn-siguientes.gif) left top no-repeat;} 


/* left */
a.left{ background:url(images/btn-anteriores.gif) left top no-repeat; margin-left: 0px; } 
a.left:hover{ background:url(images/btn-anteriores.gif) left bottom no-repeat; }
a.left:active{ background:url(images/btn-anteriores.gif) left top no-repeat;}


/* disabled navigational button */
a.disabled {visibility:hidden !important;}	