/* GALERIA DE IMAGENS DE CADA PROJETO */
/* DIV QUE VAI CONTER OS ELEMENTOS PRINCIPAIS DA GALERIA DE IMAGENS */
div.div-Gal-Proj {
	float:left;
	display:block;
	width:100%;
	height:100%;
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
	background-color:#989898;
}

/* DIV QUE VAI CONTER A GALERIA DE IMAGENS DO PROJETO */
div.div-content-gal-imgs-proj {
	float:left;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}

/* DIV QUE VAI CONTER AS REFERÊNCIAS DA GALERIA DE IMAGENS DO PROJETO */
div.div-box-content-ctrls-ref-imgs-proj {
	float:left;
	display:block;
	width:auto;
	height:auto;
	position:absolute;
	z-index:150;
}

div.div-content-ctrls-ref-imgs-proj {
	float:left;
	display:block;
	width:100%;
	height:auto;
	position:absolute;
}

div.div-content-elms-ref-gal-proj {
	float:left;
	display:block;
	width:100%;
	height:auto;
	position:relative;
}

/* LISTA DE CONTROLES PARA AS REFERÊNCIAS */
div.div-content-ctrls-ref-imgs-proj ul.ul-li-elms-ctrls-ref-gal-proj {
	float:left;
	display:block;
	width:auto;
	height:auto;
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
}

div.div-content-ctrls-ref-imgs-proj ul.ul-li-elms-ctrls-ref-gal-proj li.li-elms-ctrls-ref-gal-proj {
	float:left;
	display:block;
	width:auto;
	height:20px;
	position:relative;
	padding-right:5px;
	background: transparent url('../imagens/icones/galerias/separador.png') right center no-repeat;
}

/* DIVS DOS ELEMENTOS DAS REFERÊNCIAS E DOS CONTROLES DA GALERIA DE IMAGENS DOS PROJETOS */
div.div-tit-ref-gal-proj, div.div-ctrls-ref-gal-proj, div.div-content-desc-ref-gal-proj {
	float:left;
	display:block;
	width:auto;
	height:auto;
	position:relative;
}

div.div-tit-ref-gal-proj span {
	font-family: 'Klavika-Regular';
}

div.div-content-desc-ref-gal-proj {
	position:absolute;
}

div.div-thumbs-gal-proj {
	float:left;
	display:block;
	width:200px;
	height:80px;
	position:absolute;
	overflow:hidden;
	background:transparent;
}

/* LISTA DE CONTENEDORES DOS ÍNDICES DE NAVEGAÇÃO DAS THUMBS */
ul.ul-li-indices-gal-proj {
	float:left;
	display:block;
	width:auto;
	height:auto;
	position:relative;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul.ul-li-indices-gal-proj li.li-indices-gal-proj {
	float:left;
	display:inline;
	width:6px;
	height:6px;
	position:relative;
	margin-right:5px;
}

div.div-inativa-thumbs-gal-proj, div.div-ativa-thumbs-gal-proj, div.div-capa-thumbs-gal-proj {
	float:left;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

div.div-inativa-thumbs-gal-proj {
	background: transparent url('../imagens/icones/galerias/imgInativa.png') left top no-repeat;
}

div.div-ativa-thumbs-gal-proj {
	background: transparent url('../imagens/icones/galerias/imgAtiva.png') left top no-repeat;
}

div.div-capa-thumbs-gal-proj {
	cursor:pointer;
}

/* PARA OS BOTÕES DE NAVEGAÇÃO PREVIOUS - NEXT */
div.div-btn-nav-gal-proj {
	float:left;
	display:block;
	width:20px;
	height:20px;
	position:relative;
	margin-left:5px;
	margin-right:5px;
}

div.div-bg-btn-nav-gal-proj, a.a-btn-nav-gal-proj {
	float:left;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

div.div-bg-btn-nav-gal-proj {
	background-color:#FFFFFF;
}

a.a-btn-nav-gal-proj {
	cursor:pointer;
}

div.div-Gal-Proj a#btn-previous {
	background:transparent url('../imagens/icones/galerias/btnPrevious.png') center center no-repeat;
}

div.div-Gal-Proj a#btn-next {
	background:transparent url('../imagens/icones/galerias/btnNext.png') center center no-repeat;
}

div.div-Gal-Proj a#btn-desc-gal {
	background:transparent url('../imagens/icones/galerias/btnMoreInfo.png') center center no-repeat;
}

div.div-Gal-Proj a#btn-close-gal {
	background:transparent url('../imagens/icones/galerias/btnClose.png') center center no-repeat;
}

/* LISTA DE IMAGENS DAS THUMBS */
div.ul-li-thumbs-gal-proj {
	float:left;
	display:block;
	width:auto;
	height:auto;
	position:relative;
}

div.ul-li-thumbs-gal-proj div.li-thumbs-gal-proj {
	float:left;
	display:block;
	width:200px;
	height:80px;
	position:absolute;
	overflow:hidden;
}

div.div-img-thumbs {
	float:left;
	display:block;
	width:auto;
	height:auto;
	position:absolute;
}

/* DIV QUE VAI CONTER A REFERÊNCIA DO PROJETO */
div.div-janela-ref-gal-proj {
	float:left;
	display:block;
	width:300px;
	height:auto;
	position:absolute;
	background:#000000;
	top:0px;
	left:0px;
}

div.div-janela-ref-gal-proj p.parag-ref-gal-proj {
	float:left;
	display:block;
	width:auto;
	height:auto;
	position:relative;
	color:#FFFFFF;
	font-size:12px; 
/*	font-size:11px; */
/*	font-family:'Klavika-Regular'; */
	text-align:justify;
	font-family:Calibri;
}

/* DIV QUE VAI CONTER AS IMAGENS DA GALERIA DE PROJETOS */
div.div-content-img-gal-proj {
	float:left;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#989898;
	overflow:hidden;
}

div.div-imgs-gal-proj {
	float:left;
	display:block;
	width:auto;
	height:auto;
	position:absolute;
}