/* HEADER */
#header {
	height:600px;
	z-index: 10;
	position: relative;
}
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; }

/* NAVIGATION */
#nav-outer {
	height:110px;
	padding-top:11px;
	position:relative;
	top:24px;
}

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:485px;
	margin:0 auto;
	width:960px;
}
#headernav {
	padding-left:864px;
}
