@charset "utf-8";
/* CSS Document */
/*/////////////////////////////////////*/
/*///////////// Double Cab ////////////*/
/*/////////////////////////////////////*/
#headerDOUBLE {
	height:450px;
	float:left;
}
.headerDOUBLEimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:450px;
	width:950px;
	position:absolute;
}
/* HEADER TEXT */
#DescriptionDOUBLE {
	padding-top:13px;
	width:800px;
	height:30px;
	float:left;
	display:block;
}
/* CONTROLS */
.btnDOUBLE {
	height:50px;
	width:44px;
	float:left;
	cursor:pointer;
}
#backDOUBLE {
	background-image:url("../images/btn_circle-back.png");
	background-position: center;
}
#nextDOUBLE {
	background-image:url("../images/btn_circle-next.png");
	background-position: center;
}
#controlDOUBLE {
	background-image:url("../images/btn_circle-pause.png");
	background-position: center;
}
/* HEADER HAVIGATION */
#headerDOUBLEnav-outer {
	position: relative;
	top:400px;
	width:950px;
	z-index:99998;
}
#headerDOUBLEfnav {
/*	padding-left:15px;*/
}
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/
#headerDUAL {
	height:470px;
}
.headerDUALimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:470px;
	position:absolute;
}
#DescriptionDUAL {
	padding-top:13px;
	width:600px;
	height:30px;
	float:left;
	display:block;/*	font-size:18px;*/
}
/* CONTROLS */
.btn {
	height:50px;
	width:44px;
	float:left;
	cursor:pointer;
}
#backDUAL {
	background-image:url("../images/btn_circle-back.png");
	background-position: center;
}
#nextDUAL {
	background-image:url("../images/btn_circle-next.png");
	background-position: center;
}
#controlDUAL {
	background-image:url("../images/btn_circle-pause.png");
	background-position: center;
}
/* HEADER HAVIGATION */
#headerDUALnav-outer {
	position:relative;
	top:410px;
	margin:0 auto;
	width:950px;
}
#headerDUALnav {
	padding-left:0px;
}