/* jwbox */
#jwbox_background {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	max-width: 4096px;
	background-color: black;
	z-index:1001;
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	padding: 16px 16px 25px 16px;
	border: 16px solid white;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	background-image:url('images/closelabel.gif');
	background-position:bottom right;
	background-repeat:no-repeat;
}
.jwbox_content {
}
.jwbox {
clear: both;
}