@charset "utf-8";
/* CSS Document */



img {border: none;}

.container {
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
}
#main {
	padding: 0px;
	background: #242424;
	border-top: 1px solid #707070;
}

/*--Main Image Preview--*/
.main_image {
	width: 600px;
	height:370px;
	float: left;
	background: #242424;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.main_image p {
	font-size: 10px;
	margin: 0;
	padding:10px 30px 20px 0px;
	line-height: 1.6em;
}

.block small { 
	padding: 0px;
	font-size: 8px; 
	font-family:Verdana, Geneva, sans-serif;
	color:#00C7EB;
	text-transform:uppercase;
}

.main_image .block small {margin-left: 0px;}

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}

.main_image .block{
	padding: 20px 20px 0px 20px;
	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: 75px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 15px; 
}

.main_image a.show {background-position: left bottom;} 
	
.image_thumb {
	float: left;
	width: 260px;
	background: #242424;
	vertical-align:middle;
}

.image_thumb img {
	float: left;
}

.image_thumb td{
	margin: 0;
	padding: 0px 0xp 0px 0px;
	background: #242424 url(../../images/nav_a.png) repeat-x;
	width: 255px;
	height:50px;
	border-bottom: 1px solid #343434;
	border-top: 1px solid #505050;
	border-right: 1px solid #343434;
}

.image_thumb td.hover {
	cursor: pointer;
	background: #575757 url(../../images/nav_a.png) repeat-x;
}

.image_thumb td.active {
	background: #575757 url(../../images/nav_a.png) repeat-x;
	cursor: default;
}

html .image_thumb td h4 { 
	margin: 0;
	padding: 0;

}

.image_thumb td .block {
	float: left; 
	margin: 0px 0px 0px 15px;
	padding-top: 11px;
	vertical-align:middle;
	border:#ff0000 solid 0px;
}	

.image_thumb td p{
	display: none; padding-top:0px;
}

