@charset "utf-8";
/* CSS Document */

#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.8;
	opacity:0.80;
	filter: alpha(opacity = 80);
	overflow: auto;
}
.jwbox_hidden {
	display: none;
	position: fixed;
	padding: 15px 16px 35px 16px;
	border: 1px solid #3A3A3A;
	background-color: #232323;
	z-index:1002;
	overflow: hidden;
	background-image:url(../img/close_2.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.jwbox_content{
}

div.jwbox img { 
	border: none;
	padding:0px ; 
}