/**
 * 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
 */
#lbiWrapper {
	float: left;
	margin: 12px;
	margin-bottom: 0;
	text-align: center;
}

#lbiPhoto {
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #dddddd;
}

#lbiPhoto a {
	color: #000000;
}

#lbiDesc {
	max-width: 76px;
	height: 22px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

#lbiExtras {
	width: 64px;
	font-size: 80%;
	text-align: center;
}

#lbiPhoto:hover {
	background-color: #212121;
}

#lbiPhoto:hover a {
	color: #ff8822;
}

.lbiName {
	font-weight: bold;
	font-size: 125%;
	color: #000000;
}

.lbiPrice {
	font-weight: bold;
	font-size: 125%;
	color: #004400;
	line-height: 3em;
}

.lbiLink {
	color: #004400;
	font-size: 110%;
	font-weight: bold;
	line-height: 4em;
}

.lbiName:hover {
	color: #e06000;
	font-style: italic;
}

#jquery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: 500px;
/*	background: url(/images/content/Body.jpg) #dfdfd6 left top; */
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #dddddd;
	width: 240px;
	height: 240px;
	margin: 0 auto;
}
#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: 110;
	
}
#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 {
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #dddddd;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666666;
}
#lightbox-container-image-data #lightbox-image-details { 
	text-align: left;
	width: 70%; 
	float: left; 
}	
#lightbox-image-details-caption {color: #000000;}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;	
	text-align: right;
}
#lightbox-thirdNav {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	text-align: right;
}