/*--Main Image Preview--*/
.main_image {
	width: 585px; height: 335px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-right:13px;
	margin-left:16px;
	border-left:16px solid #fff;
}

.main_image h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0px;	
	padding: 5px 0 0 10px;
	color: white;
	
}

.main_image h2 a{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0px;	
	padding: 5px 0 0 0px;
	color: white;
	
}
.main_image p {
	font-size: 14px;
	padding:0px 0 10px 10px;	
	margin: 0;
	width: 525px;
	line-height: 1em;
}
.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: -27px; right: 0px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 215px;
	background: #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	margin-left:13px;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
	width:50px;
	height:38px;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 6px 15px 6px 10px;
	background: #f0f0f0 url(..images/nav_a.gif) repeat-y;
	width: 189px;
	height: 53px;
	float: left;
	border-left:1px solid #ccc;
	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: #fff;
	cursor: default;
	
}
html .image_thumb ul li h2 {
	font-size: 10px;
	color: #000; 
	margin: 5px 0; 
	padding: 0;
}



.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 110px;
	
}



.image_thumb ul li a{color: #000;text-decoration: none;}

	
.image_thumb ul li p{display: none;}

.image_thumb_co {
	float: left;
	width: 215px;
	background: #F0F0F0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	margin-left: 13px;
	margin-top: 7px;
}

.image_thumb_co ul li a {
	margin: 0; padding: 6px 15px 6px 10px;
	width: 189px;
	height: 53px;
	float: left;
	border-left:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: #F0F0F0;
}

.image_thumb_co img {
	border: 1px solid #ccc; 
	margin-right: 5px;
	padding: 5px; 
	background: #fff; 
	float: left;
	width: 50px;
	height: 38px;
}

.image_thumb_co ul {
	margin: 0; padding: 0;
	list-style: none;
}

.image_thumb_co ul li a {
	color: #000;
	text-decoration: none;
}


.image_thumb_co ul li a:active {
	background-color: 
	cursor: default;
}

.image_thumb_co :hover {
	cursor: pointer;
	background-color: #ddd;
}


/* This is under review

.image_thumb_co ul li.hover {
	cursor: pointer;
	background-color: blue;
}

html .image_thumb_co_ ul li h2 {
	font-size: 10px;
	color: #000; 
	margin: 5px 0; 
	padding: 0;
}





.image_thumb_co_ ul li.active{
	background: #fff;
	cursor: default;
	
}


.image_thumb_co_  ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 110px;
	
}


	
.image_thumb_co_  ul li p{
	display: none;
}

*/
