/*--Main Image Preview--*/
#news h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
#news a:hover {
	text-decoration: underline;
}

.main_image {
	width: 100%; 
	height: 300px;
	background: transparent;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	color: #ff0000;
	font-size: 1.5em;
	margin: 0;	
	padding: 0 10px 5px 10px;
}
.main_image a {
	color: #ff0000;
	font-size: 1em;
	text-decoration: none;
}
.main_image p {
	font-size: 1em;
	padding: 0 10px 10px 10px;
	line-height: 1em;
}
.block small { 
	padding: 0 0 0 0px; 
	font-size: 1em; 
}
.main_image .block small {margin: 0; padding: 5px 0 0 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_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 {
	background: #f0f0f0;
	border-top: 0px;
	margin-top: 5px;
}
.image_thumb h2 {
	font-size: 1em;
}
.image_thumb h2 a, .image_thumb h2 a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.image_thumb img {
	border: 1px solid #ccc; 
	background: #fff;
	padding: 2px;
	margin: 0 5px 0 0; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; 
	padding: 5px 10px;
	background: #f0f0f0 repeat-x;
	height: 70px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #ffffee;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 440px;
}	
.image_thumb ul li p{display: none;}
.image_thumb ul li p.subhead { display: inline; }

