/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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: 180px;
	z-index: 90;
	width: 720px!important;
	overflow:Hidden!important;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	left: 170px!important;
	width: 600px;
	z-index: 5000;
	text-align: left;
	line-height: 0;

}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	width: 950px;
	height: 562px;
	margin: 0;
}
#lightbox-container-image {position:absolute; 
left:90px;}
#lightbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 0;
}

.nav{
position: absolute!important;
width:80px;
top:92px!important;
height:80px;
}

.nav.right{
position: relative;


}

#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 70px;
	height: 30px;
	display: inline-block;
	background:transparent url('../img/left.png') no-repeat left center;
}
#lightbox-nav-btnPrev { 
position:absolute;
	left: 0; 
	float: left;
		top:25px;
}
#lightbox-nav-btnNext { 
	left: 0; 
	float: left;
		background:transparent url('../img/right.png') no-repeat right center;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 0 0 91px;
	clear:left;	
	overflow: hidden;
	width: 100%;
	text-align: right; 
	padding: 42px 0 0 0;
}
#lightbox-container-image-data {
	padding: 0 ; 
	font-size:13px;

	padding-right:10px;
/* 	background:transparent url('../img/trenner.jpg') no-repeat right 6px; */
	font-family: 'News Cycle',arial,verdana,helvetica;
	color:#c3b8b0;
}


#lightbox-container-image-data #lightbox-image-details { 
	width: 70%;
	
	float: left; 
	text-align: right; 
}	
#lightbox-image-details-caption { 
text-align: right;
}
#lightbox-image-details-currentNumber {
	position:relative;
	width:130px;
	text-align:left;
	background:transparent url('../img/line.jpg') no-repeat 30px bottom;
	margin-left:60px;
	height:20px;
	border:1px solid #fff;
	border-color:transparent;
	padding-left:60px;
}	
#lightbox-image-details-currentNumber  span{
margin-top:15px;
float:left;
}