.container {
	overflow: hidden;
	width: 466px;
	height: 245px;
}
#notmain {
	padding: 0px;
	border: 0;
}
/*--Main Image Preview--*/
.main_image {
	width: 466px; height: 200px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image p {
}
.block small { 
}
.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(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: 458px;
	height: 40px;
	background: #690000;
	border: 0;
	margin-top: 5px;
}
.image_thumb img {
	border: 0; 
	padding: 0px; 
	background: #690000;
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
	width: 466px;
	height: 50px;
}
.image_thumb ul li{
	margin: 0; padding: 0;
	width: 72px;
	float: left;
	border: 0;
	margin-right: 5px;
}
.image_thumb ul li.hover {
	background: #000;
	cursor: pointer;
}
.image_thumb ul li.active {
	cursor: default;
 	filter:alpha(opacity=60);
  	opacity:0.6;
  }
.image_thumb ul li p{display: none;}

div.showThumbs {
width: 72px;
height: 40px;
overflow: hidden;
}
div.showThumbs:hover {
 	filter:alpha(opacity=60);
  	opacity:0.6;
}
div.showThumbs img {
height: 45px;
}

span.frontTitle {
color:#C1B49A;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:18px;
}

a.frontReadOn {
-x-system-font:none;
color:#C1B49A;
font-family:Arial;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-decoration:underline;
}