/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
}
/* 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 {
	margin-right: 0px;
	margin-left: 15px;
	_margin-left: 10px;
	margin-top:67px;
	background:url(../../../../imagens/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;
	margin-right: 15px;
	margin-top:67px;
	background:url(../../../../imagens/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;
}

