.fundo_janela{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:5px;
	z-index:100;
	background-color:black;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity:0.65;
}

.popWindow {
	display:block;
	position:absolute;
	background-color:#000;
	height:0px;
	width:0px;
	overflow:hidden;
	z-index:101;
	border:solid 1px #c9c7aa;
}

.popWindow .div-FotoGrande {
	position:absolute;
	top:2px;
	left:2px;
	width:761px;
	height:397px;
}

.popWindow .div-FotoGrande .foto-principal{
	position:absolute;
	top:0px;
	left:0px;
	width:761px;
	height:397px;
}

a.fechar {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:40px;
	height:40px;
	background-color:transparent;
	background-image:url("fechar.gif");
	background-repeat:no-repeat;
	background-position:top left;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity:0.65;
	z-index:202;
}

a.fechar:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;
}


.popWindow .div-FotoGrande .area-esquerda, .popWindow .div-FotoGrande .area-direita {
	position:absolute;
	top:0px;
	width:50%;
	height:397px;
	background-color:transparent; 
	border:none;
	z-index:200;
	overflow:hidden;
	cursor:default;
}
.popWindow .div-FotoGrande .area-esquerda {left:0px;}
.popWindow .div-FotoGrande .area-direita {right:-10px;}

/*

Barra de descrição
.popWindow .div-FotoGrande .area-descricao {
	display:none;
	position:absolute;
	left:0px;
	bottom:0px;
	width:754px;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
	background-color:white;
	height:26px;
	line-height:26px;
	color:#005B78;

	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	-khtml-opacity: 0.45;
	opacity:0.45;

	overflow:hidden;
}
*/

.popWindow .div-FotoGrande .PopEvento-linkAnterior, .popWindow .div-FotoGrande .PopEvento-linkProximo {
	display:none;
	position:absolute;
	top:185px;
	width:42px;
	overflow:hidden;
	padding-right:5px;
	padding-left:5px;
	height:42px;
	line-height:42px;
	background-color:#000;
	font-size:30px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	filter:alpha(opacity=45);
	-moz-opacity:0.10;
	-khtml-opacity: 0.45;
	opacity:0.45;
}

.popWindow .div-FotoGrande .PopEvento-linkAnterior:hover
{
	color:#FFF;
	top:184px;
	border-style:solid;
	border-color:black;
	border-width:0px 1px 1px 0px;
}

.popWindow .div-FotoGrande .PopEvento-linkProximo:hover 
{
	color:#FFF;
	top:184px;
	border-style:solid;
	border-color:black;
	border-width:0px 0px 1px 1px;
}

.popWindow .div-FotoGrande .PopEvento-linkAnterior {left:0px;}
.popWindow .div-FotoGrande .PopEvento-linkProximo {right:-30px;}

.div-Thumbs {
	display:block;
	position:absolute;
	left:2px;
	bottom:2px;
	width:763px;
	height:118px;

}

.div-Thumbs a.next {
	display:block;
	height:25px;
	width:25px;
	position:absolute;
	right:10px;
	top:45px;
	background:url("next.jpg") no-repeat center center;
}
.div-Thumbs a.previous {
	display:block;
	height:25px;
	width:25px;
	position:absolute;
	left:10px;
	top:45px;
	background:url("previous.jpg") no-repeat center center;
}
.div-Thumbs .scrollThumb {
	width:680px;
	height:120px;
	margin-left:42px;
	margin-right:37px;
	overflow:hidden;
	background-color:transparent;
	position:relative;
}

.div-Thumbs .scrollThumb p {

	width:auto;
	height:92px;
	display:block;
	margin:0px;
	padding:0px 5px 0px 5px;
	background-color:transparent;
}

.div-Thumbs .scrollThumb p a.PopEventos-Thumb {
	height:115px;
	width:167px;
	padding:1px;
	margin:0px;
	float:left;
	text-decoration:none;
	border:none;
}

.div-Thumbs .scrollThumb p a.PopEventos-Thumb img {
	display:block;
	border:none;
	height:115px;
    width:167px;	
}



div.loading {
	display:block;
	visibility:hidden;
	position:absolute;
	text-align:center;
	vertical-align:middle;
	height:600px;
	width:800px;
	z-index:201;
	background-color:rgb(90,90,90);
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
}

div.loading img {vertical-align:middle;}

