@charset "utf-8";
/* CSS Document */
/*///////////////////////////////*/
/*//////////// COKE /////////////*/
/*///////////////////////////////*/
#headerCOKE {
	height:420px;
	width:680px;
	float:left;
}
.headerCOKEimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:430px;
	width:680px;
	position:absolute;
}
/* HEADER TEXT */
#DescriptionCOKE {
	width:380px;
	height:32px;
	float:left;
	padding-top:13px;
	display:block;
	text-align:left;
}
/* CONTROLS */
.btnCOKE {
	height:50px;
	width:44px;
	float:left;
	cursor:pointer;
}
#backCOKE {
	background-image:url("../../../images/btn_circle-back.png");
	background-position: center;
}
#nextCOKE {
	background-image:url("../../../images/btn_circle-next.png");
	background-position: center;
}
#controlCOKE {
	background-image:url("../../../images/btn_circle-pause.png");
	background-position: center;
}
/* HEADER HAVIGATION */
#headerCOKEnav-outer {
	position: relative;
	top:370px;
	width:680px;
	z-index:99998;
}
#headerCOKEnav {
/*	padding-left:32px;*/
}
/*///////////////////////////////*/
/*////////// HALFCLOSED /////////*/
/*///////////////////////////////*/
#headerHALFCLOSED {
	height:420px;
	width:680px;
	float:left;
}
.headerHALFCLOSEDimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:430px;
	width:680px;
	position:absolute;
}
/* HEADER TEXT */
#DescriptionHALFCLOSED {
	width:380px;
	height:32px;
	float:left;
	padding-top:13px;
	display:block;
	text-align:left;
}
/* CONTROLS */
.btnHALFCLOSED {
	height:50px;
	width:44px;
	float:left;
	cursor:pointer;
}
#backHALFCLOSED {
	background-image:url("../../../images/btn_circle-back.png");
	background-position: center;
}
#nextHALFCLOSED {
	background-image:url("../../../images/btn_circle-next.png");
	background-position: center;
}
#controlHALFCLOSED {
	background-image:url("../../../images/btn_circle-pause.png");
	background-position: center;
}
/* HEADER HAVIGATION */
#headerHALFCLOSEDnav-outer {
	position: relative;
	top:370px;
	width:680px;
	z-index:99998;
}
#headerHALFCLOSEDnav {
/*	padding-left:32px;*/
}