#jwbox_background{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url(http://www.indieshop.com/images/background.png) repeat transparent;
	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: 30px 30px 30px 30px;
	border: 3px solid white;
	background-color: white;
	z-index:1002;
	overflow: hidden;
	background-image:url('http://www.indieshop.com/videos/player/closelabel.png');
	background-position:99.5% 1.5%;
	background-repeat:no-repeat;
        cursor: pointer;
        
}
.jwbox_content{
}