body {
	background: #1d1d1d;
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
}

* {margin: 0; padding: 0; outline: none;}
img {border: none;}
h1 {
	color: #fff;
	text-align: center;
	background: url('h1_bg.gif') no-repeat;
	text-indent: -99999px;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:3em; font-family:Georgia, Times New Roman, Times, serif; margin-left:0; margin-right:0; margin-top:100px; margin-bottom:10px
}

.container {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

#main {
	padding: 4px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}

a {color: #177cb0;}
 
/*--Main Image Preview--*/
.main_image {
	width: 700px; height: 325px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #000;
}

.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 2px;	padding: 4px;
}

.main_image p {
	font-size: 1.2em;
	padding: 4px;	margin: 0;
	line-height: 1em;
}

.block small { 
	background: url('icon_calendar.gif') no-repeat 0 center; 
	font-size: 1em; padding-left:20px; 
	padding-right:0; padding-top:0; padding-bottom:0 
}

.main_image .block small {margin-left: 4px;}

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}

.main_image .block{
	width: 100%;
	background: #a4d6ef;
	border-top: 1px solid #000;
}

.main_image a.collapse {
	background: url('http://www.instanthmi.com/slideshow/indexpage/images/btn_collapse.gif') no-repeat left top;
	height: 15px; width: 48px;
	text-indent: -99999px;
	position: absolute; 
	top: -15px; right: 1px 
}

.main_image a.show {
background: url('http://www.instanthmi.com/slideshow/indexpage/images/btn_expend.gif') no-repeat left top;
	height: 15px; width: 48px;
	text-indent: -99999px;
	position: absolute; 
	top: -15px; right: 1px 
	background-position: left bottom;
} 
  
.image_thumb {
	float: left;
	width: 240px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}

.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}

.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}

.image_thumb ul li{
	margin: 0; 
	background: #f0f0f0 url('http://www.instanthmi.com/slideshow/indexpage/images/nav_a.gif') repeat-x;
	padding: 12px 10px;
	width: 240px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}

.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}

.image_thumb ul li.active {
	background: #a4d6ef;
	cursor: default;
}

html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 2px 0; padding: 0;
}

.image_thumb ul li .block {
	float: left; 
	margin-left: 4px;
	padding: 0;
	width: 170px;
}	

.image_thumb ul li p{
display: none;
}