
/* HEADER */

#header {
	height:778px;
 }
.headerimg {	
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:778px;
	position:absolute; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

/* NAVIGATION */
#nav-outer {
	height:110px;
	padding-top:11px;
	position:relative;
	top:24px;
	background-image:url("../images/headerbg.png");
}
#navigation {
	height:100px;
	width:960px;
	margin:0 auto;
	background-image:url("../images/logo.png");
	background-position:top left;
	background-repeat:no-repeat; 
 }

/* CONTROLS */
.btn {
	height:38px; 
	width:25px;
	float:left;
	cursor:pointer;
	position: absolute;
	top:278px;
	z-index: 60;
}
#back { 
	background-image:url(../../../images/prev.png);
	left:15px;
}
#next { 
	background-image:url(../../../images/next.png);
	right:15px;
}
/*#control {
	background-image:url("../images/btn_pause.png"); 
}*/
