.container {
	overflow: hidden;
	width: 757px;	
	height: 278px;
	margin:15px 0px 0px 0px;
	border:1px solid #cccccc;
}
#main {
	padding: 0px;
	background: #cccccc;
}
/*--Main Image Preview--*/
.main_image {
	width: 520px; 
	height: 278px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image a:link, .main_image a:visited
{
color:#bc1148;
text-decoration:none;
}
.main_image a:hover
{
color:#bc1148;
text-decoration:underline;
}
.main_image h2 {
	font-size: 18px;
	font-weight: normal;
	color:#bc1148;
	margin: 0px;	
	padding: 10px 10px 0px 10px;
}
.main_image p {
	font-size:13px;
	padding: 10px;	margin: 0;
	line-height: 18px;
}
.main_image  span
{
display: none;
}
.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;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(../images/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -10px; right: 20px;
	display:none;
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 235px;
	background: #f2f2f2;
	border-left: 1px solid #fff;
	font-size:11px;
}
.image_thumb a:link, .image_thumb a:visited
{
color:#bc1148;
text-decoration:none;
}
.image_thumb a:hover
{
color:#bc1148;
text-decoration:underline;
}
.image_thumb span
{
	line-height:16px;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 1px; 
	background: #fff; 
	float: left;
	width:54px;
	height:54px;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 5px 5px 5px 6px;
	background: #f0f0f0;
	width: 225px;
	float: left;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
}
.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: 11px;
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 150px;
}	
.image_thumb ul li p{display: none;}

