#main {
	float: left;
	padding: 5px 0px 5px 5px;
	width:586px;
	margin:10px 0px 0px 10px;
	background: #ffffff;
}

/*--Main Image Preview--*/
.main_image {
	width: 426px; height: 371px;
	float: left;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.main_image h2 {
	font-size: 21px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	color:#fff;
}
.main_image p {
	font-size: 11px;
	padding: 6px 0px 0px 0px;	margin: 0;
	line-height: 180%;
	color:#fff;
}

.block small { 
	padding: 0 0 0 20px; 
	font-size: 11px; 
}
.main_image .block small {margin-left: 10px;}

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}

.main_image .block{
	width: 97%;
	background: #111;
	border-top: 1px solid #fff;
	padding:10px 10px 10px 10px;
}
.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.show {background-position: left bottom;} 

.title a{
	font-size: 17px;
	width:150px;
	text-decoration:none;
	font-weight: normal;
	font-style:italic;
	font-family:Georgia, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#fff;border:0px solid red;
	list-style:none;	
}


.image_thumb {
	float: left;

	padding:0px;
	margin:0px;
	color:#FFFFFF;
	border-left:1px solid #fff;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	float: left;

}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image:none;
	list-style-type:none;	width: 150px;
}
.image_thumb ul li{
	margin: 0px; 
	height:46px;
	float: left;
	width:144px;
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;	
	padding:7px 0px 0px 10px;
	list-style: none; 
	list-style-image:none;
	list-style-type:none;
}
.image_thumb ul li.hover {
	
	background-image:url(../images/button_down.jpg);
	background-repeat:no-repeat;	
	cursor: pointer;
	list-style: none;
}
.image_thumb ul li.active {

	background-image:url(../images/button_down.jpg);
	background-repeat:no-repeat;	
	cursor: default;
	list-style: none;
}
html .image_thumb ul li h2 {
	font-size: 14px; 
	margin: 5px 0; padding: 0;
	list-style: none;
	list-style-image:none;
	list-style-type:none;
}

.image_thumb ul li .block {
	float: left; 
	list-style-image:none;
	list-style-type:none;
	margin-left: 10px;
	padding: 0;
	border: 0px solid red;
	list-style: none;
}	
.image_thumb ul li p{display: none;	list-style: none;}




