#box-wrapper {
	width: 1000px;
	height: 800px;
	overflow: hidden;
	position: relative;
	margin: 5px auto 0px auto ;
}

.box-control {
	position: absolute;
	top: 350px;
	z-index: 990;
	width: 39px;
	height: 60px;
	overflow: hidden;
}
.box-control-left {
	left: 2px;
}
.box-control-right {
	right: 2px;
}
.box-control a {
	position: relative;
	width: 39px;
	height: 60px;
	display: block;
	overflow: hidden;
	opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	filter: alpha(Opacity=20);
}
.box-control a:hover {
	position: relative;
	width: 39px;
	height: 60px;
	display: block;
	overflow: hidden;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.box-control a.prev {
	background: url('../images/icon-btn.png') 0px 0px no-repeat;
}
.box-control a.next {
	background: url('../images/icon-btn.png') -39px 0px no-repeat;
}
#neme {
	
	z-index: 990;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 25px;
	color: #ffff;
	font-family: Arial;
	font-style: normal;
	

} 
#mask {
	position: absolute;
	z-index: 980;
	width: 1000px;
	height: 800px;
	overflow: hidden;
*background:#fff;
}
#mask em.loading {
	width: 300px;
	padding: 0 0 24px 0;
	display: block;
	margin: 15px 0 0 350px;
	background: url('../images/loading.gif') no-repeat left bottom;
	text-align: center;
	font-size: 12px;
	color: #888;
	font-family: Arial;
	font-style: normal;
}
#box {
	position: absolute;
	z-index: 900;
	width: 1000px;
	height: 800px;
	overflow: hidden;
	background:none;
}
#box img {
	width: 800px;
	height: 600px;
	display:block;
	margin:0 auto;
}
#imgbox {
	position: absolute;
	z-index: 900;
	display: none;
}
