body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.photomagazine.com.br/imgs/new/bg.gif);
}

.fonte_titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: 2e4e7d; 
	font-size: 25px;
	text-decoration: none;
}
.fonte_titulo:hover {
	color: #000000; 
}

.fonte_titulo:visited {
	text-decoration: none;
}

.fonte_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #CE230A; 
	font-size: 20px;
	text-decoration: none;
}
.fonte_subtitulo:hover {
	color: #000000; 
}
.fonte_subtitulo:visited {
	text-decoration: none;
}


.fonte_destaque {
	font-family: Arial, Helvetica, sans-serif;
	color: #CE230A; 
	font-size: 15px;
	text-decoration: none;
}

.fonte_destaque:hover {
	color: #000000; 
}

.fonte_destaque:visited {
	text-decoration: none;
}

.fonte_relogio{
	font-family: arial,Verdana, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size: 16px;
	text-decoration: bold;
}


.fonte_texto {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
}

.fonte_texto:hover {
	color: #000000; 
}

.fonte_texto:visited {
	text-decoration: none;
}


.fonte_menuheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.fonte_menuheader:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A4D2ED;
	text-decoration: none;
}

.fonte_menuheader:visited {
	text-decoration: none;
}

.fonte_menutopheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

.fonte_menutopheader:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.fonte_menutopheader:visited {
	text-decoration: none;
}

.fonte_menubody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

.fonte_menubody:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0094CE;
	text-decoration: none;
}

.fonte_menubody:visited {
	text-decoration: none;
}

.fonte_menubuttom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-decoration: none;
}

.fonte_menubuttom:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.fonte_menubuttom:visited {
	text-decoration: none;
}

.fonte_menuleft {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}

.fonte_menuleft:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.fonte_menuleft:visited {
	text-decoration: none;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/eb/imgs/lb/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/eb/imgs/lb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/eb/imgs/lb/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}