#Featured {
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 960px;
	height: 295px;
	overflow: hidden;
	background: #000;
	border-bottom: 5px #006699 solid;
	z-index: 10;
}

div#Featured div.picture {
	display: none;
}

/* Main Image */
.main_image {
	position: relative;
	overflow: hidden;
	float: left;
	width: 960px;
	height: 295px;
	background: #111;
	color: #fff;
}
.main_image .block {
	width: 960px;
	color: #fff;
	background: #111;
}
.main_image .desc {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 960px;
	display: none;
}
.main_image h2 {
	padding: 10px 8px 5px 8px;
	font-size: 1.75em;
	font-weight: normal;
}
.main_image p {
	padding: 0 10px 10px 10px;
	width: 700px;
	font-size: 1.25em;
}

div.desc div.block p a, div.desc div.block p a:visited, div.desc div.block p a:active {
	color: #ff9900;
	text-decoration: underline;
}
div.desc div.block p a:hover {
	text-decoration: none;
}


/* Thumb Images */
.image_thumb {
	position: relative;
	top: -50px;
	left: 730px;
	float: left;
	width: 299px;
}
.image_thumb ul {
	list-style: none;
}
.image_thumb ul li{
	display: inline;
	float: left;
	width: 42px;
	height: 50px;
}
.image_thumb ul li.active {
	color: #fff;
	cursor: pointer;
	background: url(/images/arrow-up.gif) bottom center no-repeat;
}

.image_thumb ul li img {
	margin: 4px;
	border: 1px #fff solid;
}
.image_thumb ul li.active img {
	border: 1px #003d7e solid;
}
.image_thumb ul li .block {
	display: none;
}

/* SHOW INFO */
#Featured .InfoBox {
	position: relative;
	float: left;
	top: -280px;
	left: 342px;
	padding-top: 10px;
	width: 304px;
	background: #eee;
}
