.container {
	overflow: hidden;
	width:652px;
	margin-bottom:0.9em
}
#main {
	padding: 10px 0;
	background:white;
}
/*--Main Image Preview--*/
.main_image {
	width: 300px; height: 280px;
	float:left;
	margin-left:4em;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h5 {
	margin:0; padding:0;
}

.main_image h5 a {
font-size:11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; padding-top:1em; background:none; width:100%; color:#98CB00}
.main_image p {
	font-size: 1.2em;
	line-height: 1.6em;
}
.main_image p a {
	background:url(images/view_it.gif) left no-repeat; padding-left:0.7em; color:#c74815
}
.bloc small { 
	font-size: 1em; 
}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%; 
	display: none;
}
.main_image .bloc{
	width: 100%;
	background:white;
	color:black
}

.main_image a{
	color:black
}

.main_image h5 a{
	padding:0; margin:0}

.main_image a.collapse {
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 

.image_thumb {
	float: left;
	width: 291px;
}
.image_thumb img {
	border: 1px solid #e6e6e6; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	padding: 12px 10px 0 20px;
	width: 300px;
	float: left;
}

.image_thumb ul li h5 a {font-size: 11px; text-transform:uppercase; font-family: Century Gothic, Arial, Sans-Serif; padding-top:1em; background:none; width:100%; color:#98CB00}

.image_thumb ul li.hover {
	background:url(images/current_item.gif) no-repeat 0px 28px;
	cursor: pointer;
}
.image_thumb ul li.active {
	background:url(images/current_item.gif) no-repeat 0px 29px;
	cursor: default;
}
html .image_thumb ul li h5 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .bloc {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.image_thumb ul li p{display: none;}

