<!-- Style per menu centrale-->
.container {
	overflow: hidden;
	width: 200px;
	margin: 0 auto;
}

#main {
	padding-top:3px;
	padding-left:6px;
}
a {color: #fff;text-decoration:none;}

/*--Main Image Preview--*/
.main_image {
	width: 550px; 
	height: 288px;
	/*float: left;*/
	background: #ffffff;
	position: relative;
	overflow: hidden;
	color: #204f6f;
	font: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
}
.main_image h2 {
	margin: 0 0 5px;	
	padding: 5px;
	color:#204f6f;
	font-size:17px;
	
}
.main_image span { 
	font-weight:bolder;
	padding-top:5px;
	padding-left:0px;
	font-size:17px;
	
}
.main_image p {
	padding: 2px;	
	margin: 0;
	font-size:11px;
	color:#fff;
}
.block small { 
	padding-left:10px;
	font-size:12px;
}
.main_image .block small {
	margin-left: 10px;
}
.main_image .desc{
	position: absolute;
	bottom: 0;	
	left: 0;
	width: 100%;
	display: none;
	height:48px;
}
.main_image .block{
	width: 100%;
	background: #88b6d8;
	padding:5px;
	border-top: 1px solid #204f6f;
}
.main_image a.collapse {
	background: url(btn_collapse.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;} 


.image_thumb {
	float: left;
	width: 198px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 4px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	background: #f0f0f0;
	width: 195px;
	height:39px;
	line-height:39px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:12px;
	cursor:pointer;
}
.image_thumb ul li.hover {
	background: #99c0dd;
	cursor: pointer;
	color: #000000;
}
.image_thumb ul li.active {
	background: #fff;
	cursor:pointer;
}
html .image_thumb ul li h2 {
	font-size: 20px;
	margin: 2px 0; 
	padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.image_thumb ul li p{display: none;}
.image_thumb ul li .block a{color:#FFFFFF;text-decoration:none;}