#gallery {
	position: relative;
	margin-top: 0px;
	float:center;
	top: 0px;
	width: 850px;
	height: 100%;
	padding: 0px;
	border:0px solid #fff;
	z-index: 3;
	left: 0px;
}

#image1 {
	position: absolute;
	margin-left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	border:0px solid #666;
	left: 0px;
	top: 0px;
}

#image1 img {
	position:absolute;
	margin-left: 0px;
	left:0px;
	top:0px;
	top: 0px;
	width: 100%;   
	height: 100%;   
	vertical-align: left;
}

#thumbwrapper {
  position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding: 0px 0px; 
	width:100%; 
	height:70px; 
	border:0px solid #666; 
	background: url(images/fundo_branco_transp.png);
	border-bottom: 0px solid #FFFFFF; 
	border-top: 0px solid #000;
	z-index: 3;
}

#thumbarea {
	position: absolute;  
	overflow:hidden;
	height: 70px; 
	width:100%; 
}

#thumbs {
	position: absolute;
	list-style:none;
	top: 0px;
	margin-left:0px;
	margin: 5px;
	height: 70px;
	width: 1020500px;
	border-right:0px solid #FFF;
}

#thumbs li {
	float:left; 
	margin-right:4px; 
	cursor:pointer;
}

.imgnav {
	position:absolute; 
  top:50px;
  height:80%;
	width:15%; 
	z-index: 14;
  outline:none;
	cursor:pointer;
  border:0px solid #666;
}

#previmg {
	z-index: 1000;
	left: 0px; 
	background:url(images/invisivel.png) left center no-repeat; /*nao remover esta linha*/
	border-left:0px; 
}

#previmg:hover {
  background:url(images/left.png) left center no-repeat; 
}

#nextimg {
	z-index: 1000;
	right:0px; 
	background:url(images/invisivel.png) left center no-repeat; /*nao remover esta linha*/
	border-right:0px; 
}

#nextimg:hover {
  background:url(images/right.png) right center no-repeat; 
}

#detimg {
	position:absolute; 
	top:100px;
	right: 0px;
	width:98px;
	height:108px;
	background:url(images/detalhes.png) right center no-repeat; 
	border-right:0px;
	z-index: 15; 
	outline:none; 
	cursor:pointer;
}


#detimg:hover {
}

img.fotos {
	width: 100%;
}

#carregando {
	position: relative;
	left: 0px;
	top: 60px;
	text-align: center;
}	

#wDivConteudo { 
  position: absolute;
  background:none;
  z-index: 14;
  width: 100%;
  height: 100%;
}

#wDivFundo {
	position: fixed;
	background: #000;
	filter: alpha(opacity=30);
	opacity: 0.4;
	-ms-interpolation-mode:nearest-neighbor;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
  z-index: 20;
	font-family: Calibri, Arial;
  src: url(CALIBRI0.eot);
	font-size: 13px;
	color: #FFFFFF;
  font-style:  normal;
  font-weight: normal;
}

#wFrame {
	height: 100%;
	width: 100%;
}

#wDivFechar {
	position:absolute; 
	top:100px;
	right: 0px;
	width: 98px;
	height: 108px;
	background:url(images/fechar.png) right center no-repeat;
	border-right:0px;
	z-index: 22; 
	outline:none; 
  cursor:pointer; 
}
