/* Start of CMSMS style sheet 'Slider' */
/*--Main Image Preview--*/
.main_image {
	width: 545px;
	height: 450px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
	border-bottom: none;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}
.main_image p {
	font-size: 1.2em;
	padding: 10px;	margin: 0;
	line-height: 1.6em;
}

.block small { 
	padding: 0 0 0 20px; 
	background: url("images/date.png") no-repeat 0 center; 
	font-size: 1em; 
}

div.block span.moreLink a{background: transparent url('images/add.png') 0px 2px no-repeat; display:block; padding-left:20px; color:#fff; margin:0px 0px 0px 10px; padding-bottom:7px;}

.main_image .block small {margin-left: 10px;}
.main_image .block p{ margin-left:10px; margin-right:10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #8F9D11;
	border-top: 1px solid #7c880c;
	margin-bottom: -1px;
}
.main_image a.collapse {
	background: url("images/btnCollapse.png") no-repeat left bottom;
	height: 27px; 
        width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
cursor:pointer;
}
.main_image a.show {background-position: left top;} 

.image_thumb {
	float: left;
	width: 190px;
	border-top: none;
	margin-left: 10px;
}

.image_thumb img {
	border: 1px solid #ccc; 
	padding: 0;
	margin: 6px 6px 0px 5px;
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
	
}
.image_thumb ul li{
	margin: 0; 
        padding: 0;
	background: transparent url('images/sliderLiBg.png') repeat-x 0px 0px;
	width: 190px;
	height: 89px;
	float: left;
        border-bottom:1px #d8d7d7 solid; 
}

.image_thumb ul li.hover {
	background: transparent url('images/sliderLiBgHover.png') repeat-x 0px 0px;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: transparent url('images/sliderLiBgActive.png') repeat-x 0px 0px;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 90%; 
        color:#333;
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 4px;
	padding: 0;
	width: 120px;
}	
.image_thumb ul li p{display: none;}


/* End of 'Slider' */

