.container_lado {
	overflow: hidden;
	width: 100%;
        min-height: 180px;
	margin: 0 auto 30px;
        z-index: 999999999;
}
#main_lado {
	padding: 20px;
        background: rgba(144,144,144, 0.15);
	border: 1px solid #ccc;
}


/*--Main Image Preview--*/
.main_image {
	width: 100%;
        height: 456px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small 
{ 
    
}
.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%;
        
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(images/btn_coll.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_thumb2 {
	float: left;
	width: 100%;
}
.image_thumb2 img {
	border: 1px solid #ccc; 
	padding: 1px; 
	background: #fff; 
	float: left;
}
.image_thumb2 ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb2 ul li{
	margin: 0; 
        padding: 6px 5px;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;        
	cursor: pointer;
}
.image_thumb2 ul li.hover {
	background: #ddd;
	cursor: pointer;
}

.image_thumb2 ul li.active {
    background: #e5e5e5;
	cursor: default;
}
html .image_thumb2 ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb2 ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 180px;
}	
.image_thumb2 ul li p{display: none;}