/**
 * 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: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: fixed;
	top: 10%;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}

.jquery-lightbox-tr {
	background: #e4e4d0 url(../img/lightbox-tr.png) right top no-repeat; display: inline-block; #display: inline; #zoom: 1;
}
.jquery-lightbox-tl {
	background: url(../img/lightbox-tl.png) left top no-repeat; padding-top: 64px;
}
.jquery-lightbox-br {
	background: url(../img/lightbox-br.png) right bottom no-repeat; padding-right: 73px;
}
.jquery-lightbox-bl {
	background: url(../img/lightbox-bl.png) left bottom no-repeat; padding-left: 93px; padding-bottom: 103px;
}





#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	margin: -41px -73px -40px -93px; 
}
/*#lightbox-container-image {
	padding: 26px 0;
	margin: 0 0 0 92px;
}
#lightbox-container-image #lightbox-image {
	margin-left: -66px; position: relative; z-index: 999;
}*/
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	/*display: none!important;*/
	/*position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1001;*/
	position: absolute; left: 0; z-index: 800; width: 100%; height: 51px; padding-top: 13px;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 51px;
	height: 51px;
	zoom: 1;
	display: block;
	background-repeat: no-repeat;
}
#lightbox-nav-btnPrev { 
	float: left;
	background-position: left center;
}
#lightbox-nav-btnNext { 
	float: right;
	background-position: right center;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	/*background-color: #eaedd9;*/
	/*margin: -56px auto 0;*/
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 40px 25px 0;
	height: 63px;
	/*background: url(../img/lightbox-b.png) left bottom no-repeat;*/
	/*position: relative; z-index: 900;*/
	margin: 0 -73px -103px -93px;
}
#lightbox-container-image-data {
	/*background: url(../img/lightbox-b.png) right bottom no-repeat;*/
	/*padding: 41px 0 0;*/
	margin: 0 -13px; overflow: hidden; height: 63px;
	position: relative;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	display: none;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav {
	padding-top: 30px;
}
#lightbox-secNav-btnClose {
	position: relative; z-index: 900;
}