

#highlightReel #newsReel {
	float:left;
	width:1000px;
	position:relative;
}

#highlightReel #newsReel div {
	position:absolute;
	width:100px;
}

#highlightReel #newsNavigation {
	float:right;
	width:150px;
}

#highlightReel #newsNavigation a {
	background:#ebdeb6;
	border:1px solid #ddc88b;
	display:block;
	float:left;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	margin-right:3px;
	color:#FFFFFF;
	text-decoration:none;
}

#highlightReel #newsNavigation a.activeSlide {
	background:#3b5da7;
}




