/**
 * 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;
	background-color: #191306;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { /*padding: 10px;*/ padding: 0; }
#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: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0;
	float: right;
}
#lightbox-container-image-data-box,
#lightbox-container-image-header-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #191306;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	/*padding: 0 10px 0;*/
	padding: 0;
}
#lightbox-container-image-data,
#lightbox-container-image-header {
	/*padding: 0 10px;*/
	padding: 0;
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 100%;
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption-title,
#lightbox-image-details-caption { display: block; }
	#lightbox-image-details-caption-title {
		font-family: Times, serif;
		font-size: 20px;
		padding: 12px 0 0; line-height: 1.2em;
		color: #fff;
	}
	#lightbox-image-details-caption {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 1.5em;
		color: #8d8371;
	}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-container-image-header-box {
	background: url('/images/site/photo-lightbox-logo.png') no-repeat 0 0;
}
#lightbox-secNav {
	float: right;
	padding: 40px 0 28px 0;
}
#lightbox-secNav div { float: left; }
/*#lightbox-secNav-btnClose {
	width: 66px; 
	padding-bottom: 0.7em;	
}*/
#linkEmail {
	padding: 7px 3px 7px 7px;
	background: transparent url('/images/site/photo-button-email-bg.png') no-repeat;
}
#linkEmail a {
	/*float: right;*/
	text-indent: -9999px;
	display: block; padding: 0;
	width: 114px; height: 27px;
	background: url('/images/site/buttons-sprites.png') no-repeat -301px 0;
}
	#linkEmail a:hover {
		background: url('/images/site/buttons-sprites.png') no-repeat -301px -27px;
	}
#lightbox-secNav-btnClose {
	padding: 7px 7px 7px 3px;
	background: transparent url('/images/site/photo-button-close-bg.png') no-repeat;
}
#lightbox-secNav-btnClose a {
	/*float: right;*/
	text-indent: -9999px;
	display: block; padding: 0;
	width: 65px; height: 27px;
	background: url('/images/site/buttons-sprites.png') no-repeat -236px 0;
}
	#lightbox-secNav-btnClose a:hover {
		background: url('/images/site/buttons-sprites.png') no-repeat -236px -27px;
	}