body{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}	
#borda_fotos{
	position: relative;
	width: 680px;
}

#photo_zoom{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	width: 100%;
	height: 520px;
	display: none;
	background-color: #FFF;
}
#photo_control{
	height: 30px;
	position: relative;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
#photo_control a{
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 8px 0px 4px 0px;
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #069;
	font-weight: bold;
}	
#photo_control a:hover{
	text-decoration: underline;
}
.photo_view{
	position: absolute;
	top: 35px;
	left: 0px;
	background-color: #FFF;
	height: 480px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.photo_view img{
	background-color: #000;
}
#viewTop{
	z-index: 20;
}	
#viewBottom{
	z-index: 10;
}	
#load{
	height: 100px;
	width: 100px;
	display: none;
	position: absolute;
	top: 180px;
	left: 280px;
	background-image: url(../imagens/gload.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	z-index: 899;
	font-weight: bold;
	border: 1px solid #FFF;
}
#status{
	position: absolute;
	right: 30px;
	top: 8px;
}
#miniaturas{
	height: 480px;
	background-color: #FFF;
	position: relative;
}
#miniaturas a{
	display: block;
	float: left;
	margin: 3px;
	width: 100px;
	height: 75px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #CCC;
	text-align: center;
	background-color: #F9F9F9;
}
#miniaturas a:hover{
	border: 1px solid #999;
	background-color: #999;
}
#miniaturas img{
	height: 75px;
}
.border_photo{
	display: none;
	overflow: visible;
}
#paginacao{
	height: 34px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	background-color: #FFF;
	z-index: -1;
}
*html #paginacao{
	overflow: hidden;
}
#paginacao a{
	display: block;
	float: left;
	margin-left: 3px;
	padding: 4px 13px 4px 13px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	z-index: 2;
}
a.aba{
	background-color: #F9F9F9;
	margin-top: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	color: #069;
}
a.aba:hover{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;	
}
a.abasel{
	margin-top: 11px;
	background-color: #FFF;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	color: #999;
}
#dados_evento{
	margin-bottom: 25px;
	padding-top: 20px;
}
#dados_evento h2{
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #069;
}
#atalhos{
	padding-bottom: 15px;
}
#atalhos h4{
	font-size: 12px;
	color: #669900;
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
#subtitle{
	position: absolute;
	bottom: 10px;
	left: 0px;
	z-index: 899;
	padding: 0px;
	width: 100%;
	background-color: #EEE;
}
#legend{
	display: block;
	margin: 10px;
	font-weight: bold;
}
.trumb_status{
	font-size: 11px;
	margin-bottom: 8px;
	text-align: right;
}
