#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	zoom: 1;
	-moz-opacity: 0.1;
	opacity:0.10;
	filter: alpha(opacity = 10);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	padding-right:25px;
	padding-top:15px;


	background-color:transparent;
	z-index:1002;
	overflow: hidden;
	background-image:url('../images/close.png');
	background-position:top right;
	background-repeat:no-repeat;
}
.jwbox_content{
}