* {margin: 0; padding: 0; outline: none;}
img {border: none;}
h2	 {
	font-family: trebuchet Ms, sans-serif;
	color: #fff;
	font-style: bold;
}
.container {
	overflow: hidden;
	width: 410px;
	float: left;
}
#main {
}

/*--Main Image Preview--*/
.main_image {
	max-width: 361px; 
	min-height: 345px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.main_image img {
	width: 361px;
}
.main_image h2 {
	font-family: trebuchet Ms, sans-serif;
	font-size: 24px;
	font-weight: bold;
	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_cal.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%;
	height: 45px;
	display: none;
}
.main_image .block{
	width: 100%;
	height: 45px;
}
.main_image a.collapse {
	background: url(images/btn_coll.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 {
	width: 361px;
	height: 85px;
}
.image_thumb img {
	background: #fff; 
	width: 85px;
	float: left;
}
.image_thumb ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin-top: 7px;
	/*
	background: url(images/nav_a.gif) repeat-x;
	*/
	width: 85px;
	background-color: #ececec;
	margin-right: 7px;
	height: 85px;
	float: left;
}

.image_thumb ul li:last-child{
	margin-right: 0 !important;
}

.image_thumb ul li a img{
	width: 85px;
	height: 85px;
}

.image_thumb ul li.hover {
	cursor: pointer;
}
.image_thumb ul li.active {
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 180px;
}	
.image_thumb ul li p{display: none;}