/**
 * 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: right;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 840px !important;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 40px 20px 20px 20px; }
#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:840px !important;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav a#lightbox-nav-btnPrev
{
 height:35px !important;
 float:right;
}
#lightbox-nav a#lightbox-nav-btnNext
{
 height:35px !important;
 float:right;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width:105px;
	height:35px;
	zoom: 1;
	display: block; 
	overflow:hidden;

}
html>body #lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
 margin-top:-10px;
}
:first-child+html #lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
 margin-top:0px;
}
#lightbox-nav-btnPrev { 
float: right;
	height:35px !important;
}
#lightbox-nav-btnNext { 
	float: right;
	height:35px !important;
}
html>body #lightbox-nav-btnNext { 
 	margin-top:-10px;
}
:first-child+html  #lightbox-nav-btnNext
{
  margin-top:0;
}
.prevNextButton
{
 width:300px;
 float:left;
}

#lightbox-image-details ul li
{
 display:inline;
 list-style:none;
}
#lightbox-container-image-box
{

}
#lightbox-image-details ul li a
{
	/* width:105px;
	 height:30px;*/
 	 float:left;
}

#lightbox-image-details ul  
{
 float:right;
 margin:0px !important;
 padding:0 0 10px 0;

}
#lightbox-image-details span
{
  float:left;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 820px !important;
	padding: 0 10px 0;
	display:block;
	overflow:hidden;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 890px; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details
{
	margin-top:30px;
	width: 800px !important;
	padding-bottom:10px;
}
* html #lightbox-image-details
{
  margin-top:0 !important;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}	
#lightbox-image 
{
 border:1px solid #ccc;
 margin:0 auto;
}		
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#lightbox-secNav a
{
	cursor:pointer;
	float:right;
	color:#333;
	font-size:11px;	
	padding:10px 18px 10px 10px;
	font-weight:bold;
} 

