h1.titFotos {
	background:url("/dualogic/img/titulos/tit_fotos.gif") no-repeat;
}

#contentMaior {
	width:800px;
	position:relative;
	margin:-12px -27px 0
}

.destaqueGaleriaVer {
	float:left
}

.infoDestaqueGaleria {
	position: absolute;
	top: 130px;
	right: 50px;
	width:280px;
	background: url("/dualogic/img/bg_box_hotlist.png");
	padding: 20px;
	min-height: 85px;
}  *html .infoDestaqueGaleria{
	height: 85px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/dualogic/img/bg_box_hotlist.png', sizingMethod='scale');
}

.infoDestaqueGaleria h3{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #ff7e00;
}

/*Galeria*/
.boxGaleria {
	float:left;
	padding:0;
	width:220px;
	height:402px;
	margin: -10px 0 0 0;
}
.boxGaleriaMasc {
	width:220px;
	height:402px;
	overflow:hidden;
	position:relative;
/*	background: red;*/
/*	margin-top:0 !important;*/
	margin-top:-5px;
}
.boxGaleriaMasc img {
/*	padding:3px 2px;*/
	float:left;
	border:0;
	border: 3px solid #020202;
	filter: alpha(opacity=50);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50; opacity:0.5;

}
.boxGaleriaMasc a:hover img {
	padding: 0;
	border: 3px solid #cb7b09
}
.boxGaleriaMasc .boxGaleriaMascAux {
	position:relative;
	top:0;
	float:left;
}
.boxGaleriaMasc .boxGaleriaAux {
	float:left
}

/*Galeria Vertical*/
.boxGaleriaVer {
	float:left;
	padding:0;
	width:175px;
	height:410px;
	margin: -10px 0 0 0;
}

.boxGaleriaVerMasc {
	width:175px;
	height:410px;
	overflow:hidden;
	position:relative;
/*	background: red;*/
/*	margin-top:0 !important;*/
	margin-top:-5px
}
.boxGaleriaVerMasc img {
	float:left;
	border:0;
	border: 3px solid #020202;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50; opacity:0.5
}
.boxGaleriaVerMasc a:hover img {
	padding: 0;
	border: 3px solid #cb7b09
}
.boxGaleriaVerMasc .boxGaleriaVerMascAux {
	position:relative;
	top:0;
	float:left;
}
.boxGaleriaVerMasc .boxGaleriaVerAux {
	float:left;
}

/*Slide Show*/
.slideShowGaleria {
	background: url("/dualogic/img/bg_slide.gif") repeat-x;
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 374px;
	height: 26px;
	padding: 0 0 0 270px;
	font-size: 10px;
	color: #d4d4d4;
}
.slideShowGaleria p{
	float:left;
	padding:3px 5px
}
.slideShowGaleria p.destGaleria {
	color:#ff9600;
	font-size:11px;
	float:right
}

/*Bts*/
.btAnterior, .btProximo, .btAntSlide, .btProSlide, .btAntSlideShow, .btProSlideShow, .btControlePlay, .btAnteriorVer, .btProximoVer, .btAnteriorVerFotos, .btProximoVerFotos {
	display:block;
	outline:none;
	text-indent:-9000px;
	height:27px;
	cursor:pointer
}
.btAnterior,
.btAnteriorVer {
	background: url("/dualogic/img/bts/bt_cima.gif") left top no-repeat;
	width:169px;
	height: 15px;
}
.btProximo,
.btProximoVer {
	background: url("/dualogic/img/bts/bt_baixo.gif") left top no-repeat;
	width:169px;
	height:9px;
}

.btProximo{
	margin-top: 3px;
}

/*.btAnterior {
	background:url("/dualogic/img/bts/bt_esq.gif") left top no-repeat;
	float:left;
	width:10px;
	height:85px;
	margin-top:2px
}
.btProximo {
	background:#000 url("/dualogic/img/bts/bt_dir.gif") left top no-repeat;
	float:left;
	width:10px;
	height:85px;
	margin-top:2px
}*/
.btAntSlideShow {
	background:url("/dualogic/img/bts/seta_esq.gif") left top no-repeat;
	width:19px;
	height:15px;
	float:left;
	margin-top:3px;
}
.btProSlideShow {
	background:url("/dualogic/img/bts/seta_dir.gif") left top no-repeat;
	width:19px;
	height:15px;
	float:left;
	margin-top:3px;
}
.btControlePlay, .btControleStop {
	background:url("/dualogic/img/bts/controlePlay_galeria.gif") left top no-repeat;
	width:20px;
	height:15px;
	float:left;
	margin-top:3px;
}
.btControleStop {
	background:url("/dualogic/img/bts/controleStop_galeria.gif") left top no-repeat;
}
