h3 {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-size: 1.3em;
}

#future {
	border: 1px solid #292b68;
	background: #7d0000;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

#future h3 {
	line-height: 1.1em;
	margin-top: 5px;
}

#future span {
	
}

#images {
	padding: 10px 0 0 50px;
	overflow: hidden;
	background: #FFE9CF;
	border-top: 1px solid #292b68;
}

* html #images {
	display: inline-block;
}

#future #images div {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #7d0000;
	margin-right: 20px;
}

#future #images div.last {
	margin-right: 0;
}

#future img {
	border: 1px solid #000;
}

#hoverDiv {
	border: 1px solid #7d0000;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	background: #eee;
	padding: 10px;
}

#hoverDiv img {
	border: 1px solid #999;
}