#featured_posts {height:235px;
	background-color:#eee;
	border-bottom:1px solid #cecece;}

.featured_title {
	position: absolute;
	bottom: -25px;
	left: 0px;
	height: 100px;
	width: 400px;
	padding: 10px;
	border: 1px solid rgb(153, 153, 153);
	opacity: 0.5;
	background-color:#cccccc;
}

.featured_title_small{
	opacity: 1.0 !important;
	font-size: 15px;
	font-weight: bold;
}

.main_image {
    width: 650px;
    height: 235px;
    float: left;
    position: relative;
    overflow: hidden;
}

.main_image_inner {float:left;}

.main_image h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 10px;
	background:#eeeeee;
}

.main_image p {
    font-size: 14px;
/*    line-height: 1.6em;*/
    padding: 10px;
    margin: 0;
}

.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	float: left;
	width: 640px;
	margin-left: 10px;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	overflow: hidden;
}

.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: right;
    width: 297px;
	height: 235px;
	overflow: hidden;
    background: #f0f0f0;
    border-left: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
}
.image_thumb ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.image_thumb ul li{
    margin: 0px;
    padding: 10px 10px 10px 10px;
    width: 275px;
    float: left;
	height:58px;
/*    border-bottom: 1px solid #ccc; */
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
	background:#FFF;
/*    background: #fff; */
    cursor: default;
}

html .image_thumb ul li h2 {
    font-size: 1.0em;
    margin: 5px 0px;
    padding: 0px;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0px;
    width: 175px;
}

.image_thumb ul li .thumb_image_link {
	width: 50px;
	padding-right:10px;
}

.featured_posts { display:none;padding:5px; background-color:#000; text-align:center; text-transform:uppercase; color:white; }

.image_thumb ul li small{display: none;}/*--Hide the description on the list items--*/
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/
