#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.png) 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Itinerantes */

	#seta_esq{
		position:absolute;
		z-index:110;
		top:40%;
		left:100px;
	}
	
	#seta_dir{
		position:absolute;
		z-index:110;
		top:40%;
		right:100px;
	}

	#imagens-itinerantes{
		width:100%;
		float:left;
		position:relative;
		z-index:105;
		margin-top:55px;
	}
	
	#imagens-itinerantes div{
		background-position:top center;
		width:100%;
		height:600px;
		transition: width 0.5s;
	}
	

/* Banner Principal Slideshow Inicial */
#banner_principal{
	width:100%;
	height:550px;
	float:left;
	position:relative;
	z-index:1;
	background-size:100%;
}

#mask_bp{
	width:100%;
	float:left;
	position:absolute;
	z-index:106;
	margin-top:0px;
	background:url(../img/mask_slideshow.png) repeat-x;
}

.letras_bp{
	width:100%;
	height:auto;
	position:absolute;
	margin-top:25%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:50px;
	z-index:1000;
	text-align:center;
	text-shadow:#000 0px 0px 10px;

}

@media screen and (max-width: 767px) {
	/* Itinerantes */
	
		#seta_esq{
			position:absolute;
			z-index:110;
			top:100px;
			left:10px;
		}
		
		#seta_dir{
			position:absolute;
			z-index:110;
			top:100px;
			right:10px;
		}
	
		#imagens-itinerantes{
			width:100%;
			float:left;
			position:relative;
			z-index:105;
			margin-top:10px;
		}
		
		#imagens-itinerantes div{
			width:100%;
			height:200px;
			transition: width 0.5s;
		}
		
	
	/* Banner Principal Slideshow Inicial */
	#banner_principal{
		width:100%;
		float:left;
		position:absolute;
		z-index:1;
		margin-top:50px;
		background-size:100%;
	}
	
	#mask_bp{
		width:100%;
		height:133px;
		float:left;
		position:absolute;
		z-index:106;
		margin-top:0px;
		background:url(../img/mask_slideshow.png) repeat-x;
	}
	
	.letras_bp{
		font-size:30px;
		margin-top:0px;
		top:100px;
		
	}

}
