/**
 * 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: 91;
	text-align: center;
	line-height: 0;
}
	#jquery-lightbox a img { border: none; }
	
	#lightbox-container-image-box {
		position: relative;
		background-color: #232322;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 40%;
		height: 100%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}

		#lightbox-loading-link
		{
		width: 50px;
		height: 50px;
		background: url(../images/lightbox-ico-loading.gif) 0 0 no-repeat;
		}



#lightbox-nav {
	padding: 10px 5px 0;
	margin-left: -177px !important;
	position: absolute;
	top: -39px;
	left: 100% !important;
	height: 29px;
	width: 167px;
	z-index: 92 !important;
background: #232322;
}

	a#lightbox-secNav-btnClose
	{
	position: absolute; 
	left: 92px;
	width: 74px;
	height: 29px;
	background: #f00 url(../images/lightbox-btn-close.gif) 0 0 no-repeat;
	}

#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	position: absolute; 
	left: 10px;
	width: 37px;
	height: 29px !important;
	float: left;
	background: url(../images/lightbox-btn-prev.gif) 0 0 no-repeat !important;
	}

#lightbox-nav-btnNext {left: 51px; background: url(../images/lightbox-btn-next.gif) 0 0 no-repeat !important;}

#lightbox-container-image-data-box {
	position: absolute; top: -39px; left: 0px;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #232222;
	margin: 0 auto;
	line-height: 1.4em;
	height: 29px;
	overflow: auto;
	width: 100%;
	padding: 0 10px 10px;
	overflow: hidden;
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 60%;  
	text-align: left;
	overflow: hidden; 
}	

#lightbox-image-details-caption
{ 
margin: 10px 0 0 0;
display: block;
height: 12px !important;
line-height: 11px !important;
color: #3CADFC; 
}

#lightbox-image-details-currentNumber 
{
margin: 1px 0 0 0;
display: block;
height: 12px !important;
line-height: 11px !important;
color: #F75C0E;
display: block; 
}			
