@charset "utf-8";
/* CSS Document */
/*///////////////////////////////*/
/*////////// superjumbo /////////*/
/*///////////////////////////////*/
#headerSJBE {
	height:410px;
	float:left;
}
.headerSJBEimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:410px;
	width:950px;
	position:absolute;
}
/* HEADER TEXT */
#DescriptionSJBE {
	padding-top:13px;
	width:800px;
	height:30px;
	float:left;
	display:block;
}
/* CONTROLS */
.btnSJBE {
	height:50px;
	width:44px;
	float:left;
	cursor:pointer;
}
#backSJBE {
	background-image:url("../images/btn_circle-back.png");
	background-position: center;
}
#nextSJBE {
	background-image:url("../images/btn_circle-next.png");
	background-position: center;
}
#controlSJBE {
	background-image:url("../images/btn_circle-pause.png");
	background-position: center;
}
/* HEADER HAVIGATION */
#headerSJBEnav-outer {
	position: relative;
	top:350px;
	width:950px;
	z-index:99998;
}
#headerSJBEfnav {
/*	padding-left:15px;*/
}