/**
 * 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: 900;
	width: 100%;
	height: 500px;
	/*background:url('../im/menu-bg.png');*/
	
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	width: 606px;
	height: 355px;
	background:#FFF url('../im/border.gif') left top no-repeat;
	padding-top:53px;
	margin: 0 auto;
}
#lightbox-container-image { 
padding: 0;
overflow:hidden;
width:500px;
margin-left:52px;
}
#lightbox-container-image .b-bottom-border {
     height:53px;
     background:url('../im/border-bottom.gif') left top no-repeat;
     position:absolute;
     bottom:0;
     left:0;
     z-index:1000;
     width:606px;
    }
#lightbox-loading {
	position:absolute;
	left:50%;
	top:50%;
	z-index:1;
	width:31px;
	height:31px;
	margin-top:-15px;
	margin-left:-15px;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 50px;
	height: 100%;
	overflow:hidden;
	display: none;
	position:absolute;
}
#lightbox-nav-btnPrev { 
	left: -30px; 
	float: left;
	
	background:url('../im/b-prev-button.png') left center no-repeat;
}
#lightbox-nav-btnNext { 
	right: -30px; 
	float: right;
	background:url('../im/b-next-button.png') right center no-repeat;
}
#lightbox-container-image-data-box {
	font: 12px Verdana, Helvetica, sans-serif;
	margin: 15px auto 0;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	color:#FFF;
	padding-bottom: 1.0em;	
}	

	#lightbox-image-details-currentNumber .b-medium-title {
	text-align:center;
	font:italic 2em Georgia, "Times New Roman", serif;
	margin-bottom:20px;
	}
#lightbox-secNav {
	float: right;
	position:absolute;
	right:0;
	top:-28px;
	display:none;
	margin-right:3px;
	cursor:pointer;
	padding-right:20px;
	background:url('../im/close.png') right .2em no-repeat;
}
#lightbox-secNav #lightbox-secNav-btnClose {
color:#999;
text-decoration:none;
font:.75em Verdana, Geneva, Arial, sans-serif;
}
.lightbox-image {
display:none;
position:relative;
z-index:5;
}
/*lightbox */

#lightbox{
	position: absolute;
	left: 0;
	display:none;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 31px;
	width:31px;
	margin-top:-15px;
	margin-left:-15px;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 60px;
	padding:0 10px 0 0;
	line-height:2.5em;
	opacity:0.7;
	filter:alpha(opacity=70);
	background: #FFF url(../im/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;padding:0 0 0 10px;}
#nextLink { right: 0; float: right;}
#prevLink{ font-size:.9em; color:#000; }
#nextLink{ font-size:.9em; color:#000;  }
#prevLink:hover, #nextLink:hover {
opacity:1;
filter:alpha(opacity=100);
}
/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	display:none;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#bottomNav {
	position:absolute;
	top:0;
	right:0;
	z-index:1010; 
	}
#imageData #imageDetails{ text-align: center;padding:0 10px 0; }	

#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}
#bottomNavClose{ float: right; 
color:#000; 
font-size:.9em;
line-height:2.5em;
padding:0 10px;
background:#FFF;
}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
