#featured {
	margin:0 auto;
	width:600px; 
	position:relative; 
	height:300px;
	overflow:hidden;
	background:#fff;
	margin-bottom:20px;
}

#featured img { 
	float:left; 
	margin-right:4px;
}

#featured span {
	font-size:11px;
}

#featured .info{ 
	position:absolute; 
	top:0;
	left:422px; 
	width:178px;
	height:300px;
	background:#598ed1; 
}

#featured .info h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#fff; 
	padding:5px; 
	margin:0; 
	overflow:hidden; 
}

#featured .info p {
	margin:0 5px; 
	font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
