
.main2_image {
	width: 435px; height: 300px;
	float: left;
	background: #FFF;
	position: relative;
	overflow: hidden;
	color: #fff;
	border: 1px solid #ccc;
}
.main2_image h2 {
	font-size: 2.1em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
	color:#FFFFFF;
}
.main2_image p {
	font-size: 1em;
	padding: 10px;	margin: 0;
	font-weight:bold;
	}

.block small { 
	padding: 0 0 0 20px; 
	font-size: 1em; 
	font-weight:bold;
}
.main2_image .block small {margin-left: 10px;}
.main2_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main2_image .block{
	width: 100%;
	/*background: #e79317;*/
	background-image:url(images/slide_grad.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #e79317;
}
.main2_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; 
}
.main2_image a.show {background-position: left bottom;} 

/**********************/

.image_thumb {
	float: left;
	width: 169px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	border: 1px solid #ccc; 
	margin-top: 15px; 
	margin-left: 4px;
	margin-bottom: 10px;  
	background: #fff; 
	float: left;
	/*visibility:hidden;*/
	cursor:auto;
}
/*.image_thumb img {
	border: 1px solid #ccc; 
	margin-top: 15px; 
	margin-left: 10px;
	margin-bottom: 10px;  
	background: #fff; 
	float: left;
}*/
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin:0; 
	/*padding:10px 5px;*/
	background: #f0f0f0 url(/images/nav_a.gif) repeat-x;
	width: 169px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	height:73px;
	cursor:pointer;
}

.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: 1em;*/
	font-size: 0.8em; 
	margin-top: 15px; padding: 0;
	font-weight:bold;
}
/*html .image_thumb ul li h2 {
	font-size: 1.1em; 
	margin-top: 15px; padding: 0;
	font-weight:bold;
}*/


.image_thumb ul li .block {
	float: left; 
	margin-left: 5px;
	padding: 0;
}	
.image_thumb ul li p{display: none;}

