/*element.style {
	padding: 0 10px;
}
*/
#headerContainer, #contentContainer, #footerContainer, #subNav {
	clear: both;
}
.innerPadding {
	margin-left: auto;
	margin-right: auto;
}
#hero {
	float: left;
	/*height: 425px;
	width: 100%;*/
}
#heroInner {
    /*width: 970px;*/
}
#heroInner a {
	position: absolute;
	z-index: 0;
}
#controls {
	float: left;
	margin-left: 4px;
	position: absolute;
	top: 357px;
	z-index: 5;
}
#controls a {
	-moz-border-radius: 1px 1px 1px 1px;
	background-color: #737373;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 9px;
	position: relative;
	text-decoration: none;
}
#controls a:hover, #controls a.active {
	background-color: #588CAF;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

#pause {
	font-weight: bold;
	margin-left: 6px;
	text-decoration: none;
}
