#banner-wrapper {
	float:left;
	padding-bottom: 15px;
}

#banner {
	height: 167px;
	width: 542px;	  
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: 0 auto; 
	min-width: 100%;
	display: table;
}

#banner .feature img {
	height: 167px;
	width: 542px;	  
}

#banner .feature_viewport {
    height: 167px;
    position: relative;
	overflow: hidden;                             
}

.fade .feature {
	top: 0;
	left: 0;
}

.horizontal .feature {
	float: left;
}

.feature > div {
	height: 167px;
	width: auto;
	position: relative;
	overflow: hidden;
}

.feature_controls {
	float: right;
	margin: 6px;
	display: none;
}

.feature_control {
	background: url('../images/banner-button.gif');
	width: 13px;
	height: 15px;
	font-size: 0;
	float: left;
	margin: 0 2px;
}

.feature_control.current {
	background-position: -13px 0;	
}

.banner-overlay {
	color: #FFF;
	font-family: "Trebuchet MS", "DejaVu Sans Condensed", "Arial", "Helvetica", sans-serif;
	font-style: italic;
	font-size: 34px;
	letter-spacing: 0px;
	position: absolute;
	text-shadow: #000000 3px 3px 5px;
	text-decoration: none;
	margin: 10px 20px;	
}

#content .banner-overlay p {
	line-height: 1em;
}