/**
 * 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;z-index:1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
        display: none;
}
#jquery-lightbox {
	position: absolute;z-index:1100;
	top: 0;
	left: 0;
	width: 100%;
	/*text-align: center;*/
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position:relative;z-index:10;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {z-index:10;padding: 6px 6px 0px 6px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 20;
}
#lightbox-nav {
	position: absolute;z-index:30;
	top: 16px;
	right: 23px;
	height: 15px;
	width: 75px;
	z-index: 50;	
}
/*#lightbox-container-image-box > #lightbox-nav { left: 0; }*/
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	position: absolute;
	width: 11px;
	height: 11px;
	zoom: 1;
	display: block;
	top:2px;
}
#lightbox-nav-btnPrev { 
	left: 0; 
}
#lightbox-nav-btnNext { 
	right: 0; 
}
#lightbox-container-image-data-box {
	position:relative;z-index:20;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	padding: 6px 6px 0px 6px;
	height:43px;
	overflow: hidden;
	margin-right: 6px;
}
#lightbox-container-image-data-box-bg {
	position:absolute;
	height:100%;
	width: 100%;
	background-color:#f7f5f0;		
	top: -6px;
}
#lightbox-container-image-data {
	position:relative;z-index:20;
	padding: 0 10px 0 15px; 
	color: #666;	 
}
#lightbox-container-image-data #lightbox-image-details {
	display:block;
	position:relative;left:0px;
	text-align:left; 
	width: 70%; 
	/*height:43px;*/
}	
#lightbox-image-details-caption { 
	 display:block;position:relative; 
	 padding-top:11px;
	 font-family:Arial;color:#595959;font-size:12px;
	 text-align:left; 
}
#lightbox-image-details-currentNumber {
	display:block;z-index:100;
	position:absolute;left:10px;	
	width:55px; 	
	font-family:Arial;color:#7a6f64;font-size:12px;white-space:nowrap;
	text-align:center;	
}			
#lightbox-secNav-btnClose {
	width: 13px; height:13px;
	position:absolute;top:21px;right:21px;
        z-index: 5000;
	/*
float: right;
*/
	padding-bottom: 0.7em;
}


#lightbox-loading-link{
  display:block;
  height:30px;
  left:50%;
  margin-left:-16px;
  margin-top:-30px;
  position:absolute;
  top:50%;
}