@charset "utf-8";
/* CSS Galeria de Fotos */

/* Descricao do Evento */
#Gal_Fot_Det_Inf{
	width:520px;
	margin-bottom:20px;
	}

/* Fundo da Galeria de Fotos */
#Gal_Fun_Img{
	width:520px;
	height:360px;
	padding-top:10px;
	}
		
/* Ajax */
#thumbnails {
	clear: both;
	margin: 5px auto;
	}
	
#thumbnails div {
	position: relative;
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
	display:inline;
	}

#mainImage {
	width: 100%;
	height: 100%;
	}

#Fot_Grd {
	padding: 0px;
	width: 480px;
	}

#Fot_Pre {
	border-style:solid;
	border-width:1px;
	border-color:#735310;
	width:480px;
	margin-left:15px;
	margin-right:20px;
	background-color:#FFFFFF;
	float:left;
|	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	}
	
#thumbnails img {
	width: 40px;
	height: 40px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
	}

#Fot_Bor img {	
	border: 1px solid #999; 
	}