@charset "utf-8";
/* CSS Document */
/*/////////////////////////////////////*/
/*///////////// SINGLE CAB /////////////*/
/*/////////////////////////////////////*/
#headerSINGLE {
	height:450px;
	float:left;
}
.headerSINGLEimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:450px;
	width:950px;
	position:absolute;
}
/* HEADER TEXT */
#DescriptionSINGLE {
	padding-top:13px;
	width:800px;
	height:30px;
	float:left;
	display:block;
}
/* CONTROLS */
.btnSINGLE {
	height:50px;
	width:44px;
	float:left;
	cursor:pointer;
}
#backSINGLE {
	background-image:url("../../images/btn_circle-back.png");
	background-position: center;
}
#nextSINGLE {
	background-image:url("../../images/btn_circle-next.png");
	background-position: center;
}
#controlSINGLE {
	background-image:url("../../images/btn_circle-pause.png");
	background-position: center;
}
/* HEADER HAVIGATION */
#headerSINGLEnav-outer {
	position: relative;
	top:400px;
	width:950px;
	z-index:99998;
}
#headerSINGLEfnav {
/*	padding-left:15px;*/
}
/*/////////////////////////////////////*/
/*/////////////////////////////////////*/
#headerSTANDARD {
	height:470px;
}
.headerSTANDARDimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:470px;
	position:absolute;
}
#DescriptionSTANDARD {
	padding-top:13px;
	width:600px;
	height:30px;
	float:left;
	display:block;/*	font-size:18px;*/
}
/* CONTROLS */
.btn {
	height:50px;
	width:44px;
	float:left;
	cursor:pointer;
}
#backSTANDARD {
	background-image:url("../../images/btn_circle-back.png");
	background-position: center;
}
#nextSTANDARD {
	background-image:url("../../images/btn_circle-next.png");
	background-position: center;
}
#controlSTANDARD {
	background-image:url("../../images/btn_circle-pause.png");
	background-position: center;
}
/* HEADER HAVIGATION */
#headerSTANDARDnav-outer {
	position:relative;
	top:410px;
	margin:0 auto;
	width:950px;
}
#headerSTANDARDnav {
	padding-left:0px;
}