@charset "UTF-8";
/* CSS Document */

/*###################################################################################*/
/* CAIXA PARA AS IMAGENS */
#caixa_galeria{
	width:710px;
	height:460px;
	overflow:hidden;
	border-bottom:5px solid black;
}
/* CONTENTOR DA IMAGEM */
#bg {
	position:relative;
	z-index:1;
	overflow:hidden;
	width:100%;
	height:100%;
}
#bgimg {
	display:none;
	-ms-interpolation-mode: bicubic;
}
/*###################################################################################*/
/*  CAIXA DAS SETAS GRANDES DA IMAGEM */
.caixa_botoes_galeria{
	width:710px;
	height:121px;
	position:absolute;
	top:320px;
	z-index:9999999;
}
/*  SETAS GRANDES DA IMAGEM */
.nextImageBtn, .prevImageBtn {
	display:block;
	width:50px;
	height:121px;
	line-height:50px;
	text-align:center;
	margin:0px;
	z-index:3;
	z-index:9999;
	outline:0px;
}
.nextImageBtn {
	float:right;
	background:url(../gfx/galerias/seta_grande_d_h.png) no-repeat;
}
.nextImageBtn:hover{
	background:url(../gfx/galerias/seta_grande_d_h.png) no-repeat;
}
.prevImageBtn {
	float:left;
	background:url(../gfx/galerias/seta_grande_e_h.png) no-repeat;
}
.prevImageBtn:hover {
	background:url(../gfx/galerias/seta_grande_e_h.png) no-repeat;
}
/*###################################################################################*/
/* ASSOCIADO A IMAGEM - LENGENDA */
#anexo_imagem {
	margin-top:-40px;
	width:710px;
	height:40px;
	background:url(../gfx/geral/f70.png) repeat;
	line-height:40px;
	color:white;
	text-align:center;
	position:relative;
	z-index:99999;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:bold;	
}
/*###################################################################################*/
/* MULTIPLAS CAIXAS DOS THUMBS */
#thumbnails_wrapper {
	z-index:2;
	position:relative;
	background: url(../gfx/home_slider/empty.gif); /* tem de ser */
			width:710px;
			margin-top:6px;
}
#outer_container{
	position:relative;
	padding:0;
	margin:0;
	float:none;
			width:auto;
			height:89px;
}

.thumbScroller {
	position:relative;
	background:url(../gfx/home_slider/fs_img_g_bg.png);
	overflow:hidden;
	border:0px;
			width:100%;
			height:89px;
}

.container{
	position:relative;
	left:0;
	padding:0;
			height:89px;
			width:10000px;
}
/*###################################################################################*/
/* ELEMENTO - THUMB */
.content{
	float:left;
	height:89px;
	width:138px;
	margin-right:6px;
	overflow:hidden;
	cursor:pointer;
	background:#9F6;
}
.content div{
	margin:0;
	height:100%;
}
.content div a {
	display:block;
	padding:0;
}
.thumbScroller img {
	border:none;
}
/*###################################################################################*/
/* CAIXA DAS SETAS - SETAS THUMBS */
#caixa_setas_t{
	width:30px;
	height:30px;
	margin:0px;
	border:0px;
	position:absolute;
	margin-top:-58px;
	z-index:99999;
}

#caixa_setas_t .anterior_t{
	position:absolute;
	overflow:hidden;
	width:30px;
	height:30px;
	background:url(../gfx/galerias/seta_thumb_e.png) no-repeat;
	text-align:center;
}

#caixa_setas_t .anterior_t:hover {
	position:absolute;
	overflow:hidden;
	width:30px;
	height:30px;
	background:url(../gfx/galerias/seta_thumb_e_h.png) no-repeat;
	text-align:center;
}
	
#caixa_setas_t .proxima_t{
	position:absolute;
	overflow:hidden;
	width:30px;
	height:30px;
	margin-left:680px;
	background:url(../gfx/galerias/seta_thumb_d.png) no-repeat;
	text-align:center;
}

#caixa_setas_t .proxima_t:hover {
	position:absolute;
	overflow:hidden;
	width:30px;
	height:30px;
	margin-left:680px;
	background:url(../gfx/galerias/seta_thumb_d_h.png) no-repeat;
	text-align:center;
}

/*###################################################################################*/
/* LOADING */
#preloader {
	position:relative;
	z-index:3;
	width:32px;
	padding:20px;
	top:80px;
	margin:auto;
	background:#000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}