@CHARSET "ISO-8859-1";
/** BEGIN -> SCROLL **/
.box
{
	width: 100%;
	height: auto;
}

.opacity
{
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}

#scroll{height: auto;}
#scroll .setas
{
	width:27px;
	float:left;
	padding-top:98px;
}
#scroll .box_principal
{
	position: relative;
	float:left;
	width:688px;
	height:auto;
	overflow:hidden;
}
#scroll .box_itens
{
	position: relative;
	border: 0px solid cyan;
}
#scroll .box_item{width: 230px; height: auto;}
/** END -> SCROLL **/
