

h1.slider {
	font: 1em normal Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	background: url(h1_bg.gif) no-repeat;
	text-indent: -99999px;
	margin: 100px 0 10px;
}
.container {
	overflow: hidden;
	width: 649px;
	margin: 0 auto;
	font-size:12px;
	line-height:17px;
}
#main {
	padding: 0;
	background: #000;
}
a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	width: 480px;
	height: 328px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 10px 10px 0;
}
.main_image p {
	font-size: 1.1em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px;  
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	/*display:none;   --- turn this on to hide the caption by default */
}
/*.main_image a.collapse {
	background: url(../images/slider/btn_collapse.gif) no-repeat left top;
	padding-right:350px;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}     --- this code is for the button when caption is hidden by default*/
.main_image a.collapse {
	background: url(../images/slider/btn_collapse.gif) no-repeat left top;
	padding-right:350px;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}

.main_image a.show {background-position: left bottom; padding-right:350px; } 

.image_thumb {
	float: left;
	width: 150px;
	background: #001328;
}
.image_thumb img {
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 10px 4px;
	background: #000 url(nav_a.gif) repeat-x;
	width: 150px;
	float: left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.image_thumb ul li.hover {
	background: #999;
	cursor: pointer;
	color:#002248;
}
.image_thumb ul li.active {
	background: #444;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.1em; 
	line-height:1.2em;
	margin: 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 150px;
}	
.image_thumb ul li p{display: none;}

a:link, a:active, a:visited, a:hover {
	text-decoration:none;
}
