
/*--Main Image Preview--*/
#main
{
	float: left;
	width:100%;
	height:410px;
	border: 1px solid blue;
}
.main_image {
	width: 420px; 
	height: 330px;
	float: left;
	position: relative;
	color: #fff;
	padding:15px 15px 0 10px;
	border: 1px solid lime;
}
	.main_image img
	{
		width: 420px;
	}
.main_image .block{
	width:340px;
	height:310px;
	/*background: #ccc;*/
	text-align:left;
	position: absolute;
	bottom:19px;
	left:445px;
	color: #333;
	margin:0 15px 0 0px;
}
	.main_image .block p
	{
		font-size:14px;	
		position: relative;
		top:15px;
		padding:10px 15px 0 15px;
		line-height:18px;
	}
	.main_image .block p strong
	{
		font-size:16px;
	}
	
.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;
	clear: both;
	width: 100%;
	border: 1px solid red;
}
.image_thumb img {
	margin-bottom: 5px; 
	background: #fff; 
	float: left;
}
	.image_thumb img:hover
	{
		
	}
.image_thumb ul {
	float: left;
	list-style: none;
	margin: -10px 0 0 10px;
	position: relative;
	z-index:1;
}
.image_thumb ul li{
	width: 50px;
	float: left;
	margin-right:15px;
	padding:0;
}

.image_thumb ul li.active {
	width:50px;
	cursor: default;
}
.image_thumb ul li a span
{
	float: left; 
	width: 50px;
	font-size:11px;
	color: #404040;
	text-align: center;
}
.image_thumb ul li .block {
	float: left; 
	padding: 0;
	margin:0;
	width: 50px;
	font-size:11px;
	color: #404040;
	text-align: center;
	position: relative;
	bottom:5px;
	display:none;
}	


