img {}
h1 {
	font: Arial;
	color: #FFF;
	text-align: center;
	background: url(h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
h15  {
	font-family: Arial;
	font-size: 14 px;
	color: #CD4302;
	text-decoration: none;
	
}
.container {
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
}
#main {
	padding: 2px;
	
}
a {
	color: #FFF;
}

/*--Main Image Preview--*/
.main_image {
	width: 400px;
	height: 300px;
	float: left;
	background: #ffffff;
	position: relative;
	overflow: hidden;
	
	border: 1px solid #ccc;
}

.main_image h2 {
	font-family:Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 2px;
}
.main_image p {
	font-size: 12px;
	padding: 1px;
	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 0px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block h2 {
	font-family: Arial;
	font-size: 14 px;
	color: #CD4302;
	text-decoration: none;
}
.main_image .block small {
	margin-left: 2px;
}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none;
	color: #3F6;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 25px;
	width: 90px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 3px;
	color: #F00;
}
.main_image a.show {
	background-position: left bottom;
	color: #FF0;
} 


.image_thumb {
	float: left;
	width: 140px;
	

}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 2px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 5px;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 2px 2px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 300px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-left: 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: 13px;
	margin: 3px 0;
	padding: 0;
	font-family: Arial;
	color: #999;
	text-decoration: none;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 3px;
	padding: 0;
	width: 140px;
}	
.image_thumb ul li p{display: none;}
