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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	/*background:url(img/hori_large.png) no-repeat;*/
	display:block;
	width:35px;
	height:35px;
	float:left;
	margin:60px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right { 

background:url(../../img3/next.png) no-repeat;
background-position: 0 0; 
clear:right;
margin: 0px;
height:111px;
}

/*a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } */


/* left */
a.left				{ 
background:url(../../img3/prev.png) no-repeat;
background-position: 0 0; 
clear:left;
margin: 0px;
height:111px;
} 

/*a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }*/

/* up and down */
a.up, a.down		{ 
	/*background:url(../img/scrollable/arrow/vert_large.png) no-repeat; */
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


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



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


/* prev, next, prevPage and nextPage buttons */
a.browse_garrafa {
	/*background:url(img/hori_large.png) no-repeat;*/
	display:block;
	width:35px;
	height:35px;
	float:left;
	margin:0px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right_garrafa	{ 

background:url(img/right_arrow1.png) no-repeat;
background-position: 0 0px; clear:right; 
margin-right: 0px;
margin-top:10px;
}

/*a.right_garrafa:hover 		{ background-position:1px 1px; }
a.right_garrafa:active 	{ background-position:1px 1px; } */


/* left */
a.left_garrafa				{ 
background:url(img/left_arrow1.png) no-repeat;
background-position: 0 0px; clear:left;
margin-left: 10px; 
margin-top:10px;
} 

/*a.left_garrafa:hover  		{ background-position:-1px 1px; }
a.left_garrafa:active  	{ background-position:-1px 1px; }*/


