@charset "utf-8";
/* CSS Document */
.LightBox{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=40);
	opacity:0.40;
	z-index:9998;
	display:none;
}

.jumpbox{
	position: absolute;
	margin-left:-288px;
	left:50%;
	/*margin-top:-122px;*/
	_margin-top:0px;
	top:33%;
	width:576px;
	z-index:9999;
	position:fixed!important;/*FF IE7*/
    position:absolute;/*IE6*/
	display:none;

    _top:   expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.jumpbox .top_left{
	background:url(../images/box_angle.png) no-repeat 0px 0px;
	width:8px;
	height:8px;
	float:left;
	overflow:hidden;
	_background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/box_left_top.png");
}
.jumpbox .top_center{
	background:#000;
	width:560px;
	height:8px;
	float:left;
	overflow:hidden;
	filter:Alpha(opacity=50);
    opacity:0.5;
}
.jumpbox .top_right{
	background:url(../images/box_angle.png) no-repeat -9px 0px;
	width:8px;
	height:8px;
	float:left;
	overflow:hidden;
	_background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/box_right_top.png");
}
.jumpbox .middle_left{
	background:#000;
	width:8px;
	height:300px;
	float:left;
	overflow:hidden;
	filter:Alpha(opacity=50);
    opacity:0.5;
}
.jumpbox .middle_center{
	background:#fff;
	width:560px;
	height:300px;
	float:left;
	overflow:hidden;
	position:relative;
}
.jumpbox .middle_center p.title{
	margin-left:18px;
	margin-top:23px;
	text-indent:0px;
	line-height:14px;
	margin-bottom:15px;
	color:#606060;
}
.jumpbox .middle_center .close{
	width:18px;
	height:18px;
	position:absolute;
	top:10px;
	right:10px;
}
.jumpbox .middle_center .close a{
	display:block;
	width:18px;
	height:18px;
	background:url(../images/box_config.gif) no-repeat;
	cursor:pointer
}
.jumpbox .middle_center .close a:hover{
	background:url(../images/box_config.gif) no-repeat -101px -39px;
}
.jumpbox .middle_center .contain{
	width:520px;
	overflow:hidden;
	margin:auto;
}
.jumpbox .middle_right{
	background:#000;
	width:8px;
	height:300px;
	float:left;
	overflow:hidden;
	filter:Alpha(opacity=50);
	opacity:0.5;
}
.jumpbox .end_left{
	background:url(../images/box_angle.png) no-repeat 0px -9px;
	width:8px;
	height:8px;
	float:left;
	overflow:hidden;
	_background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/box_left_end.png");
}
.jumpbox .end_center{
	background:#000;
	width:560px;
	height:8px;
	float:left;
	overflow:hidden;
	filter:Alpha(opacity=50);
	opacity:0.5;
}
.jumpbox .end_right{
	background:url(../images/box_angle.png) no-repeat -9px -9px;
	width:8px;
	height:8px;
	float:left;
	overflow:hidden;
	_background:none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/box_right_end.png");
}