div#fullscreen {
	position:absolute;
	width: 100%;
	top: 100px;
	left: 0px;
	visibility:hidden;
	z-index: 97;
	cursor: pointer;
}

#floatingcontainer {
	text-align: center;
	position: absolute;
	top: 80px;
	z-index: 98;
}

#floatingcontainerhome {
	text-align: center;
	position: absolute;
	left: 260px;
	top: 80px;
	z-index: 98;
}

#content-main {
	/* jem
	explicit background color IE opaque
	*/
	background-color: #fff;
}

div.section {
	/* jem
	explicit background color IE opaque
	*/
	background-color: #FFF;
}

#local {
	/* jem
	explicit background color IE opaque
	*/
	background-color: #fff;
}

#floatingcontent {
	background-color: #fff;
	padding: 0px;
	position: absolute;
	left: -90px;
	top: 20px;
	margin-top: 20px;
	height: 468px;
	text-align:right;
	border-style: solid;
	border-width: 0px;
	border-color: #fff;
	z-index: 99;
	visibility: hidden;

}

#floatingcontent_img {

	background-color: #fff;
	padding: 0px;
	position: absolute;
	left: -110px;
	top: 20px;
	margin-top: 20px;
	height: 468px;
	text-align:right;
	border-style: solid;
	border-width: 0px;
	border-color: #fff;
	z-index: 99;
	visibility: hidden;
}

/* ----------------------------------------------
	BOX - ROUND
---------------------------------------------- */
div.box-round {
	border:solid 1px #acacac;
	padding:0px 5px 0px 5px;
	background-color: #fff;
	z-index: 100;
}
div.box-body {
	margin: 0;
	padding: 0px;

	background-color: transparent;
	margin: 12px;
	z-index: 101;
}


.closebutton{
	height:18px;
	vertical-align:top;
	margin-top:0px;
	margin-bottom:4px;
	margin-right: -0px;
	z-index:102;
	text-align:right;
}


div.popupb-content{
	z-index: 103;
}



div.box-tl, div.box-bl, div.box-tr, div.box-br {
	height:5px;
	position:relative;
	font-size:1px;
	line-height:0;
	width: 6px;

}
div.box-tl, div.box-bl {
	float:left;
	width:5px;
	left:-6px;
}
div.box-tr, div.box-br {
	float:right;
	width:5px;
	left:6px;
}
div.box-tl {
	top:-1px;
	background:  url("../img/custom_corners_topleft.gif") top left no-repeat;
}
div.box-bl {
	top:1px;
	background: url("../img/custom_corners_bottomleft.gif") bottom left no-repeat;
}
div.box-tr {
	top:-1px;
	background:  url("../img/custom_corners_topright.gif") top right no-repeat;
}
div.box-br {
	top:1px;
	background:  url("../img/custom_corners_bottomright.gif") bottom right no-repeat;
}


/* added choose locale first */
div#hide-masthead {
	position:absolute;
	width: 100%;
	height: 130px;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

div#hide-main {
	position:absolute;
	width: 100%;
	height: 400px;
	top: 405px;
	left: 0px;
	z-index: 1001;
}