/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 19000;
	width: 100%;
	height: 100%;
	background-color:#000000;
	opacity:0.3;
	filter:alpha(opacity=30);
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	background:#000000;
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border:5px solid #000000;
}
#lightbox-container-image { padding: 10px;
	z-index:0;
	position:absolute;
	*margin-left:-50%;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}/*
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}*/
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 15px;
	height: 21px;
	zoom: 1;
	display: block;
	float:left;
	margin-right:10px;
}
#lightbox-nav-btnNext{
	margin-right:20px;	
}

#lightbox-container-image-data-box {
	position: relative;
	margin: auto;
	background-color: #000000;
	opacity:0.5;
	filter:alpha(opacity=50);
	height:60px;
	width: 100%;
	z-index:80000;
}
#legenda{
	margin: auto;
	margin-top:-55px;
	height:50px;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;	
	font-weight:bold;	
	z-index:80001;
	position:relative;
	text-align:left;
	padding-left:30px;
	b
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	text-align: left;
	line-height:120%; 
}	
#lightbox-image-details-caption { 
	font-weight: bold;
	display:none;
	line-height:120%;
}

/*#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}*/

#lightbox-secNav{
	display:none;
	width:100px;
}
	
#lightbox-secNav-btnClose {
	width: 20px; 
	z-index:82000;
	float:left;
}
