#Carrousel  {
	overflow: hidden;
	width: 688px;
	height: 263px;
	padding: 11px 10px 10px 10px;
	text-align: left;
	background: url('images/defilement_fond.png') no-repeat;
	float: left;
	margin-top: 5px;
	margin-left: 17px;
}

a {color: #fff;}
 
/*--Main Image Preview--*/
.main_image {
	width: 476px; height: 261px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.main_image img {
	width: 476px;
}

.main_image h2 {
	font-size: 14px;
	font-family: Myriad pro;
	margin: 5px 0 5px 10px;
}

.main_image p {
	padding: 10px;	margin: 0;
}

.main_image .block small {margin-left: 10px;}

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}

.main_image .block{
	width: 100%;
	height: 110px;
	background: #111;
	border-top: 1px solid #000;
}

.main_image .block a {
	color: #fff;
	text-decoration: underline;
}

.main_image .block a:hover {
	color: #fff;
	text-decoration: none;
}

.main_image a.collapse {
	background: url(images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}

.main_image a.collapse:hover {
	background: url(images/btn_collapse_hover.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}

.main_image a.show {background-position: left bottom;} 
.main_image a.show:hover {background-position: left bottom;}
 
.image_thumb {
	float: left;
	width: 208px;
	height: 265px;
	margin-left: 2px;
}

.image_thumb img { 
	width: 50px; 
	height: 42px;
	float: left;
}

.image_thumb ul {
	list-style: none;
}

.image_thumb ul li{
	background: url('images/defilement_droite_fond.png') no-repeat;
	width: 198px;
	height: 42px;
	padding: 5px;
	float: left;
}

.image_thumb ul li.hover {
	background: url('images/defilement_droite_fond_hover.png') no-repeat;
	cursor: pointer;
	color: #fff;
}

.image_thumb ul li.active {
	background: url('images/defilement_droite_fond_hover.png') no-repeat;
	cursor: default;
	color: #fff;
}

.image_thumb ul li h2 {
	font-size: 12px;
	font-family: Myriad pro;	
}

.image_thumb ul li .block {
	float: left; 
	width: 138px;
	height: 52px;
	margin-left: 5px;
	padding-left: 5px;
}	

.image_thumb ul li p{display: none;}
 
 