img {border: none;}
a {color: #fff;}
 
/*--Main Image Preview--*/
.main_image {
	width: 370px;
	height: 370px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	padding-left: 10px;
	color:#FFFFFF;
}
.main_image p {
	font-size: 1.2em;
	padding-left: 10px;	
	margin: 0;
	line-height: 1.6em;
	color:#FFFFFF;
}

.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	color:#FFFFFF;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	color:#FFFFFF;
}
.colWhite{
	color:#fff;	
}

.collapse {
	/*background: url(../images/btn_collapse.gif) no-repeat left top;*/
	height: 10px; width: 93px;
	font-size: .6em;
	font-weight:bold;
	text-decoration:none;
	margin-right:5px;
/*	position: absolute; 
	text-indent: -99999px;
	top: -27px; right: 20px; */
}
.main_image a.show {background-position: left bottom;} 
 
 
.image_thumb {
	float: left;
	width: 150px; 
	height:370px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	overflow-y:auto;
	overflow-x:hidden;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 2px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 3px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 143px;
	float: left;
	border-bottom: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding-left: 3px;
}
.image_thumb ul li .block {
	float: left; 
	padding: 0;
	width: 100px;
}	
.image_thumb ul li p{display: none;}

