@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
}

body {
	font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}


/* imgPlay */

#imgPlay {
	
	overflow: hidden;
	width: 100%;
	zoom: 1;
	position: absolute;
	height: 15%;
	z-index: 999;
	margin-top: 20%;
}

#imgPlay .imgs img {
	border: #dbdbdb 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	width: 956px;
	padding-top: 1px;
}

#imgPlay .imgs li {
	float: left;
	position: relative
}

#imgPlay .imgs {
	width: 5760px
}

#imgPlay .btn {
	right: 12px;
	overflow: hidden;
	width: 100%;
	bottom: 12px;
	text-indent: -9999px;
	position: absolute;
	height: 29px;
}

#imgPlay .btn a {
	background: url(../images/bg.png) no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 112px;
	height: 29px;
}

#imgPlay .btn a:hover {
	background: url(../images/bg.png) no-repeat;
	background-position: 0px -30px;
}

#imgPlay .prev {
	background: url(../images/imgPlayer.png) no-repeat 0px 0px;
	left: 1px;
	width: 46px;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;

	height: 81px
}

#imgPlay .next {
	background: url(../images/imgPlayer.png) no-repeat 0px 0px;
	left: 1px;
	width: 46px;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;

	height: 81px
}

#imgPlay .next {
	background-position: right 0px;
	right: 1px;
	left: auto
}

#imgPlay .num {
	position: relative;
	top:60% ;
	margin-left: 40%;
	width: 10%;
	margin: 0 auto;
	height: 19px;
	text-align: center;
	font-size: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .3);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4CFFFFFF', EndColorStr='#4CFFFFFF')
}

#imgPlay #numInner {
	padding: 3px 0 0 0;
	background: none transparent scroll repeat 0% 0%;
	position: absolute;
	
	text-align: center
}