.gallery{
	height:520px;
}
.gallery h3{
	color: #009696;
}
html>body .gallery{
	height:auto;	
	min-height: 520px;
}
.thumbnail a,
.gallery a,
.thumbnail a:hover,
.gallery a:hover{
	text-decoration: none;
}
/* ================ Slideshow  ================ */
#mySlideShow
{
width: 1000px !important;
height: 500px !important;
}
	.slideElement{
		width: 1000px !important;
		height: 500px !important;		
		position: absolute;
		left:50%;
		margin-left:-500px;
		top:63px;
		z-index: 200;
	}
	.slideInfoZone{
		position: absolute;
		width: 1000px !important;
		top:503px;
		height: 50px;
		z-index: 220;		

		text-align: center;
		background-color: white;
		color: black;

	}
/* ================ Slider horizontal  ================ */
	.slidergallery{
		margin-top:10px;
	}
	#gallery_items {
		overflow: hidden;
		position: relative;
		display: block;
	   height: 34px;
		margin: 0 auto 0 auto;
	}
	#sliderleft, #sliderright {
		cursor: pointer;
		margin-left: 10px;
		margin-right: 10px;
	}
	#gallery_items a {	
		margin: 1px;
		border-bottom: 1px solid white;
	}
	#gallery_items a:hover {	
		border-bottom: 1px solid #8B8B8B;
	}	
.pagination{
	float:right;
	width:200px;	
}
.pagination a{
	text-decoration: none;
}
a.slideshow_controler {
	color: silver;
	text-decoration: none;
}
a.slideshow_controler:hover {
	color: #009696;
	text-decoration: none;
}


/* ================ desc  ================ */

.gallery_desc{
	width: 300px;
	float: left;
}

.select{
	width: 300px;
	float: left;
}
/* 
 * ---------------------------------------------
 *		MOSAIQUE
 * ---------------------------------------------	
*/

.gallery{ /* div */
}
.gallery .thumbnail{ /* div */
	float:left;
	margin-right: 13px;
	margin-bottom: 13px;
	width: 240px;
}
.gallery .thumbnail.col3{ /* div */
	float:left;
	margin-right: 0px;
	width: 240px;
}

.gallery .thumbnailInfo{
	position: absolute;
	width:240px;
	height: 116px; /* 58 */
	margin-top:0px;
	margin-left:-243px;
	text-align: center;
	background-color: white;/*#BAC7CF;*/
	color:black;	
}
	/* FIREFOX */
	html>body .gallery .thumbnailInfo{	
		margin-left:0px;
		margin-top:-116px;
	}
	/* FIREFOX 3 only */	
	html>/**/body .gallery .thumbnailInfo, x:-moz-any-link, x:default { 
		margin-top:-118px;
	}
	#footerRight .actu_img .thumbnailInfo{
		position: absolute;
		display: block;
		width:240px;
		height: 60px;

		margin-top:	0px; /*ie6;*/
		margin-left:-240px; /*ie6;*/
		text-align: left;
		background-color: white;/*#BAC7CF;*/
		color:black;	
	}
		html>body #footerRight .actu_img .thumbnailInfo{	
			margin-top:-60px;
			margin-left:0px;		
		}		
.thumbnailInfo h3,	
.thumbnailInfo p{
	text-align: center;
	margin: 0;
	padding-left:10px;
	padding-right:10px;	
}