#featured.container {
	position: relative;
	top: 0;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	z-index: 1;
}
#featured {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 245px;
}

/*--Featured Image Preview--*/
#featured .featured_image {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 980px;
	height: 245px;
	/*float: left;*/
	background: url(/images/bg-LightBlue.gif);
	color: #fff;
}
#featured .featured_image h2 {
	margin: 0;
	padding: 5px 10px;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: .1em;
	color: #fff;
}
#featured .featured_image p {
	font-size: 1.1em;
	margin: 0;
	padding: 0px 10px 10px 10px;
	line-height: 1.25em;
}
#featured .featured_image img {
	border: 0;
}
/*
#featured .block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
#featured .featured_image .block small {margin-left: 10px;}
*/
#featured .featured_image .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 980px;
	display: none;
}
#featured .featured_image .block {
	width: 700px;
	color: #fff;
	background: #111;
	border-top: 1px #000 solid;
}
#featured .featured_image a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
/*
#featured .featured_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; 
}
#featured .featured_image a.show {
	background-position: left bottom;
}
*/

#featured .featured_thumb {
	position: relative;
	top: -245px;
	left: 701px;
	width: 279px;
}
/*
#featured .featured_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
*/
#featured .featured_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#featured .featured_thumb ul li{
	float: left;
	margin: 0 0 1px 0;
	padding: 0;
	width: 279px;
	height: 40px;
	background: url(/images/arrow-off.gif) left no-repeat;
}
#featured .featured_thumb ul li.active {
	background: url(/images/arrow-on.gif) left no-repeat;
	color: #FFFFFF;
	cursor: pointer;
}
#featured .featured_thumb ul li a {
	float: left;
	margin: 0 0 0 10px;
	padding: 13px 0 0 10px;
	width: 259px;
	height: 27px;
	
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	
	background: #000;
	
}
#featured .featured_thumb ul li.active a {
	background: url(/images/bg-DarkRed.gif);
}

#featured .featured_thumb ul li div.block {
	display: none;
}

#featured .featured_thumb ul li div.picture {
	display: none;
}
