.text {
	display: none;
	background: #A55E13;/*ie6 fading*/
	padding-bottom: 0;
}

#main-content {
	position: relative;	
}

.slide img {
	display: none;
}

.slide-text {
	display: none;
	position: absolute;
	right: 0;
	top:0;
}

#featured-image {
	position: absolute;
}

.thumbnails {
	background: #6A93A3;
	overflow: hidden;
	padding: 20px 0 20px 20px;
	height: 1%;/*ie6*/
}

#main-content .thumbnails a {
	border: 0;
	position: relative;
	margin-right: 5px;
	display: block;
	width: 135px;
	height: 90px;
	float: left;	
	color: #fff;
}

.thumbnails em, .thumbnails span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;	
	font-style: normal;
	cursor: pointer;
}

.thumbnails em {
	z-index: 2;
	text-transform: uppercase;
	padding: 3px 6px;
}

.thumbnails span {
	background: #15556F;
	opacity: .6;
	width: 135px;
	height: 20px;
}

.thumbnails a:hover {text-decoration: none!important;}

.thumbnails a:hover span, .thumbnails span.current {
	background: #A55E13;
}

#main-content .thumbnails h2 {
	color: #fff;
	font: 17px 'arial narrow', arial, sans-serif;
	padding-bottom: 15px;
}

.text h3 {
	font: bold 15px/22px 'arial narrow', arial, 'trebuchet MS', sans-serif;
}