/*
                               __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/





/* HEADER */

.headerimg { background-position: center top; background-repeat: no-repeat; width:1260px; height:580px; position:absolute;margin-right: -15px;}
#headerimgs{ width:1260px;
	 margin:0 auto; 
	 padding:0px 0 0px 0; 
	 display:table; height:546px;
	 }




/* CONTROLS */
.btn { height:17px; width:90px; float:left; cursor:pointer; }
#back { background-image:url("../images/arrow_left.png"); background-repeat: no-repeat;}
#next { background-image:url("../images/arrow_right.png"); background-repeat: no-repeat;}
#control { }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:380px; margin:0 auto; width:1260px; }
#headernav { padding-left:225px; }

