/**
 * 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: 90;
width: 100%;
height: 500px;
}
#jquery-lightbox {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
position: relative;
width: 250px;
height: 250px;
margin: 0 auto;
}
#lightbox-container-image {
padding: 0px;
}
#lightbox-loading {
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#lightbox-container-image-data-box {
margin: 0 auto;
line-height:30px;
}

#lightbox-image-details-currentNumber{
height:30px;
float: left; 
text-align: left; 
padding-left:45px;
background:url(../js/images/page.png) no-repeat left top;
}			
#lightbox-image-details-currentNumber a{
font-size:16px;
font-weight:bold;
color: #fff;
padding:0 5px;
}

#lightbox-image-details-caption{
height:30px;
width:70%;
float: left; 
text-align: left;
line-height:30px;
color:#fff; 
}

#lightbox-secNav{
height:30px;
float:right;
text-align:right;
}

#lightbox-secNav-btnClose{
display: block;
float:left;
width: 58px;
height:30px;
background:url(../js/images/close.png) no-repeat left top;
margin-left:20px;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext{
float:left;
width: 22px;
height: 30px;
display: block;
}
#lightbox-nav-btnNext{
margin-left:20px;
}