#zoom {
	position:relative;
	overflow:hidden;
	width:636px; 
	height:282px;
	float:left;
	margin-right:10px;
}

#zoom .image {
	background-position:center center;
	background-repeat:no-repeat;
	width:636px; 
	height:282px;
}

#galeria {
	width:930px;
	border:1px solid #c3c3c3;
	height:282px;
	padding:5px;
}

#galCont {
	position:relative;
	width:276px;
	height:282px;
	float:left;
}

.setas_nav {
	background:url(/media/images/bg_setas_galeria.gif) no-repeat; 
	width:61px;
	height:24px;
	position:absolute;
	top:-6px;
	right:-14px;
}

.sliderLeft {
	float:left;
	cursor:pointer;
	padding:2px 0 0 8px;
}


.sliderRight {
	float:right;
	cursor:pointer;
	padding:2px 0px 0 0;
}


.imagem {
	overflow:hidden;
	width:135px;
	height:138px;
	float:left;
	text-align:center;
	cursor:pointer;
}

.thumb {
	overflow:hidden;
	width:135px;
	height:138px;
	float:left;
	background-position:center center;
	cursor:pointer;
	background-repeat:no-repeat;
}


.clickback  a {display:block;width:400px;height:40px;}



div.scrollContent div.section div.imagem {
	-moz-opacity:.60;
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	opacity:.60;
	margin:0 0 5px 5px;
}

div.scrollContent div.section div.clicked,
div.scrollContent div.section div.selecionado {
	-moz-opacity:1;
	-ms-filter:"alpha(opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
}

#loading {
	display:none;
	width: 630px;
	height: 278px;
	position: relative;
	background-color: #000000;
	-moz-opacity:.30;
	-ms-filter:"alpha(opacity=30)";
	filter:alpha(opacity=30);
	opacity:.30;
}

#descricao {
	position:relative;
	width:636px;
	height:35px;
	top:-282px;
	float:left;
	color: #FFFFFF;
	background-color: #000000;
	-moz-opacity:.90;
	-ms-filter:"alpha(opacity=90)";
	filter:alpha(opacity=90);
	opacity:.90;
	line-height:33px;
	text-indent:10px;
	font-weight:bold;
}

.scroller {
	width: 285px;
	height: 280px;
	overflow: hidden;
}

.scrollContent {
	width: 10000px;
	height: 180px;	
}

.section {
	width: 280px;
	height: 280px;
	float: left;
	
}

