/**
 * 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.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 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
 */
html{
	height: 100.1%;
}
body{
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333366;
}
#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;
	width: 30px;
	height: 200px;
	margin: 0 auto;
	background-color: #EFEFEF;
}
#lightbox-container-image { padding: 10px; }
#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 {
	background-color: #EFEFEF;
	margin: 0 auto;
	line-height: 2.0em;
	padding: 0px 10px 10px 10px;
	background-image: url(../../img/site/mini_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	overflow:auto;
}
#lightbox-container-image-data {
	color: #666;
	float: left;
	width:100%;
    min-height:55px;	
}
#lightbox-image-details { 
	width: 75%; 
	float: left; 
	text-align: left;
    padding-left: 65px;
	padding-bottom: 12px;
    height:auto;
	display:inline;	
}	

#lightbox-image-details-currentNumber {
	display: none; 
	clear: left; 
	padding-bottom: 1.0em;
	padding-left: 1.0em;
}	

#lightbox-secNav {
	float: right;
}


#lightbox-secNav-btnClose {
	display: inline;
	float: right;
	width: 66px;
	height: 21px;
	margin-top: 5px;
	outline: none;
	padding:0px;
	text-decoration:none;
}
#lightbox-secNav-btnClose.lbCloseLink-en {
	width: 66px;
	height: 21px;
	background-image: url(../../images/closelabel.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
#lightbox-secNav-btnClose.lbCloseLink-en:hover {
	width: 66px;
	height: 21px;
	background-image: url(../../images/closelabel.gif);
	background-repeat: no-repeat;
	background-position: -66px 0px;
	text-decoration: none;
}

#lightbox-image-details-caption { 
     font-weight: normal;
	 font-size: 12px;
	 padding-bottom:12px ! IMPORTANT;
}


#lightbox-image-details-caption strong {
	font-weight:bold;
	font-size:14px ! IMPORTANT;
	margin-bottom:8px ! IMPORTANT;
}

#lightbox-image-details-caption u {
	text-decoration:none;
	font-size:12px ! IMPORTANT;
	margin-top:8px ! IMPORTANT;
	display:block ! IMPORTANT;
	padding-bottom:8px ! IMPORTANT;
}

#lightbox-image-details-caption i {
	font-size:11px ! IMPORTANT;
	line-height:14px ! IMPORTANT;
	display:block ! IMPORTANT;
	padding-bottom:12px ! IMPORTANT;
}

