@charset "UTF-8";
/* CSS Document */


img {border: none;}

.container {
	overflow: hidden;
	width: 900px;
	margin: 0 auto;
}
#main {
	padding: 10px;
	background: #f0f0f0;
}
a {color: #fff;}

/*--Main Image Preview--*/
.main_image {
	width: 600px; 
	height: 310px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	
	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	
	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(images/icon_calendar.gif) no-repeat 0 center; 
	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;
}
.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 {
	float: left;
	width: 300px;
	color:#FFFFFF;
}

.divider
{
	display:block;
	height:2px;
	width:300px;
	background-color:transparent;
	vertical-align:bottom;
}

.image_thumb img {
	float:right;
}

.image_thumb h2 {
	float:left;
	display:none;
}

.image_thumb a
{
	background-color:transparent;
}

.image_thumb a:hover
{
	background-color:transparent;
}

.image_thumb ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; 
	padding:0;
	background: #7997aa;
	width: 300px;
	height:50px;
	min-height:30px;
	float: left;
	position:relative;
}
.image_thumb ul li.hover {
	background: #4a7491;
	cursor: pointer;
}

.image_thumb ul li.active {
	background: #262626;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-weight:300;
	font-size: 24px;
	line-height:22px; 
	margin:10px;
	line-height:30px;
	padding: 0;
	vertical-align:middle;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.image_thumb ul li p{display: none;}

.block a
{
	padding:0;
	margin:0;
	background-color:transparent;
}

.block a:hover
{
	padding:0;
	margin:0;
	background-color:transparent;
}
