/**
 * 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: 600;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 700;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	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: 800;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}



#lightbox-nav-btnPrev, 
#lightbox-nav-btnNext, 
#lightbox-secNav-btnClose { 
	border: #999 1px solid; 
	padding:2px 4px; 
	margin:5px; 
	font-weight:bold;
	text-decoration:none;
	color: #999;
}


#lightbox-secNav {
	margin:0;
	padding:2px 0 10px 0;
	float:right;
}


#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	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 { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

.oneThumb {
	width:80px;
	height:60px;
	padding:6px;
	margin:6px;
	border:#CCCCCC 1px solid;
	display:block;
	float:left;
}

.oneThumb:hover {
	border-color:#457d96;
}

#gallery ul { 
	float: left;
	margin: 0;
	z-index:10000;
}	
	#gallery ul li { display: block; float: left; margin: 0; padding: 0; list-style:none; }	
		#gallery ul li a, #gallery ul li img { display: block; float: left; }		
		
		/*Galerie par default*/
		#gallery ul.default li a { width: 92px; height:72px; margin: 0 10px 10px 0px; }
			
			#gallery ul.default li img  { margin: 5px; padding: 5px; border: 1px #0097d0 solid; }
			#gallery ul.default li a:link img, #gallery ul.default li a:visited img  { border: 1px #0097d0 solid; }	
			#gallery ul.default li a:hover img, #gallery ul.default li a:active img, #gallery ul.default li a:focus img  { border: 1px #0097d0 solid; background: #0097d0; }
		
		/*Galerie vente*/
			#gallery ul.vente li img  { margin: 2px; }
			#gallery ul.vente li a:link img, #gallery ul.vente li a:visited img  { border: 1px #fff solid; }	
			#gallery ul.vente li a:hover img, #gallery ul.vente li a:active img, #gallery ul.vente li a:focus img  { border: 1px #0097d0 solid; }
				
		/*Partenaires*/
		#gallery ul li img.logoPartenaire  { padding: 16px ;}
			#gallery ul li a img { float: left; margin: 0; }
			
	/*		
	#gallery ul li a { display: block; float: left;  margin: 2px;  }
		
		#gallery ul li img  { display: block; float: left; margin: 0px; padding: 0;  }
		
		#gallery ul li a:link img, #gallery ul li a:visited img  { border: 1px #fff solid; }	
		#gallery ul li a:hover img, #gallery ul li a:active img, #gallery ul li a:focus img  { border: 1px #0097d0 solid;}
		
		#gallery ul li img.logoPartenaire  { padding: 16px }
			#gallery ul li a img { float: left; margin: 0; }	
	*/
	
/*
.galleryDetaille { 
	float: left;
	width: 920px;
	text-align: center; 
	border-top: 1px #0097d0 solid;
	border-bottom: 1px #0097d0 solid;
	padding: 15px 0;
}
*/