/* CSS Document */
.container_slide {
float:left;
clear:both;
width: 598px;
background-color:#ccc;
position:static;
}

/*--Main Image Preview--*/
.main_image {
	width: 180px; 
	height: 216px;
	float: left;
	background: #F6F6F6;
	position: relative;
	overflow: hidden;
	color: #fff;
}

.main_image p {
	font-size: 11px;
	padding: 0px 5px 5px 10px;	
	margin: 0px;
	line-height: 12px;

}
.block small { 
	padding: 0px; 
	font-size: 11px; 
}
.main_image .block small {margin-left: 10px; }
.main_image .desc{
	position: absolute;
	bottom: 0;
	width: 180px;
	display: none;
	padding:0px;
	left: 0;

}
.main_image .block{
	width: 180px;
	height:100px;
	background: #111;
	border-top: 1px solid #000;
	background-color:#000000;
	padding-top:10px;
}
.main_image a.collapse {
	background: url(http://www.thegreenbook.com/images/home_rotate/close2.jpg) no-repeat left top;
	text-indent: -99999px;
	position: absolute;
	right: 20px;
	left: 0px;
	top: -36px;
	width: 180px;
	height: 36px;
}
.main_image a.show {background-position: left bottom; } 

/*--Main Thumb--*/
.image_thumb {
	float: left;
	width: 418px;
	height:216px;
}
.image_thumb img {
	border: 0px; 
	padding: 0px; 
	float: left;
}
.image_thumb ul {
	width:418px;	
	margin: 0; 
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	float: left;
	clear:both;
	margin: 0; 
	padding: 7px 5px;
	width: 408px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	background: #f0f0f0;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}

.image_thumb ul li .block {
	float: left; 
	margin-left: 0px;
	padding: 0;
	width: 185px;
}	
.image_thumb ul li p{display: none; padding:0px; margin:0px;}
.image_thumb li .last_row { border-bottom:1px solid #6633cc; background-color:#6633CC;}

.image_thumb_title { float:left; clear:both; width:auto; font-weight:bold; font-size:11px; color:#2E7B00; padding-left:10px;}
.image_thumb_date { float:left; clear:both; width:auto; font-size:9px; padding-left:10px; margin:0px;}
.image_thumb_text { float:left; clear:both; width:260px; font-size:9px; padding-left:10px;}