img {border: none;}
h1 {
	font: 1em normal Arial, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background: url(../images/h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
.container {
	overflow: hidden;
	width: 860px;
}
#ss {
	
}
a {color: #009900;text-decoration:none;}
a:hover {color:#fff;text-decoration:none;}

/*--Main Image Preview--*/
.main_image {
	width: 630px;
	height: 292px;
	float: left;
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 0.5em;	
	padding: 10px 0px 0px 10px;
}
.main_image p {
	font-size: 0.7em;
	padding: 10px 10px 10px 10px;	margin: 0;
	line-height: 1.5em;
}
.block small { 
	padding: 0 0 0 0px; 
	font-size: 0.6em; 
	

}
.main_image .block small {margin-left: -1000px;}
.main_image .desc{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.main_image .block{
	width: 100%;

	border-top: 0px solid #000;
}

.main_image a.show {background-position: left bottom;} 

.image_thumb {
	float: left;
	width: 150px;
	background: #000;
	border-right: 1px solid #fff;

}
.image_thumb img {
	padding: 2px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 11px 10px;
	background: #333 url(../images/nav_a.gif) repeat-x;
	width: 229px;
	height:50px;
	float: left;
	border-top: 1px solid #222;
}
.image_thumb ul li.hover {
	background: #2c2c2c;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #222;
	cursor: default;
	text-decoration:none;
}
html .image_thumb ul li h2 {
	color: #fff;
	font-size: 0.7em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	color: #ccc;
	float: left; 
	margin-left: 0px;
	padding-left: 7px;
	width: 142px;
}	
.image_thumb ul li p{display: none;}
