
.content{ cursor:pointer; }

.btFecharShowImg{ 
	position:absolute;
	border:1px solid #ccc; border-radius:7px; background: #FFBB1C; color:#000; 
		font-size:1.5em; width:30px; height:30px; margin:0; top:5px; right:10px; z-index:300; cursor:pointer; 
	}
.btFecharShowImg:hover { color:#fff;  }


div#loading{
    position:absolute; margin:0; top:0; right:0; bottom:0; left:0; 
	display:none; 	 
    background:transparent url(/scripts/previewEB/loading40.gif) no-repeat center;	z-index:1000;  
}

#description{ font-size: 1.1em; color:#FFFF00; text-align:center; }

#panel{	 
    background-color: #000; 
    position:fixed; 
    margin:0; top:0; left:0; right:0; bottom:0; 			 
    text-align:center; 
	display:none;
	z-index:9900;	 
}

#panel img{	
    position:relative;	
	margin:0; 
    display:none;	
}

#next, #prev{
    position:fixed;  			 
    cursor:pointer;
    outline:none;
    margin:0; 
    background:  url(/scripts/previewEB/next.png) no-repeat right center;
	z-index:999;
}						 
	#prev{ background: url(/scripts/previewEB/prev.png) no-repeat left center; }
	.prevNext{ opacity: 1;  filter: alpha(opacity=100); }

#next:hover, #prev:hover{
    opacity: 1;  filter: alpha(opacity=100);
}

.infobar{ 
	position:fixed; 
	font-family:Verdana, Arial, Helvetica, sans-serif;				
	display:none; 
	height:auto;
	text-align:left;
	font-size:0.9em;
	line-height:1.2em; 
	bottom:10px; 
	color:#FFF; 
}

.transp{ opacity: 0;  filter: alpha(opacity=0);  }

@media screen and (max-width: 47em){ 

	.infobar{ font-size:0.95em; }

}
@media screen and (max-width: 33em){ 

	.btFecharShowImg{ 
		top:0; right:10px; 
		}

}