a.disabled {
	visibility:hidden !important;		
} 	

.scrollable {
	float:left;	
	position:relative;
	overflow:hidden;
	width: 785px;
	height:115px;
	margin-top: 15px;
	
	
}

.scrollable .items {
	position:absolute;
	clear:both;
	width:20000em;
}
.scrollable .items div{
	float:left;
}
/*
.scrollable .active {
	border:1px solid #6f6f6f;
	z-index:9999;
	position:relative;
}
*/
.scrollable img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
}


a.browse {
	background:url(http://rickerenner.com.br/media/imagens/setas.jpg)   no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:48px 11px;
	cursor:pointer;
	font-size:1px;
}

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


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


a.up, a.down{ 
	float: none;
	margin: 6px 72px 0;
}

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

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

.vertical {  
	position:relative;
	overflow:hidden;	
	height: 300px;	
	width:172px;
	border-top:1px solid #ddd;	
}
