
.js {
	position: relative;
	width:946px;
	margin:0 auto;

}
.area {
	width:946px;
	height:252px;
	margin:40px auto 10px auto;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.prevbtn {
	height:47px;
	width: 32px;
	display:block;
	background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
	background: no-repeat;
	position:absolute;
	top:105px;
}
.prevbtn:hover {
	height:47px;
	width: 32px;
	background: #0199fe;
    opacity: 0.6;
    filter: alpha(opacity=60);
	background: no-repeat;	
}
.nextbtn {
	height:47px;
	width: 32px;
	display:block;
	position:absolute;
	right:0;
	top:105px;
	opacity: 0.3;
    filter: alpha(opacity=30);
	background: no-repeat;
}
.nextbtn:hover {
	height:47px;
	width: 32px;
	opacity: 0.6;
    filter: alpha(opacity=60);
	background: no-repeat;
}
.imgselected {
	background:  no-repeat;
}

.jsnav {
	position:absolute;
	left:440px;
	top:230px;
}
.jsnav a {
	width:10px;
	display:inline;
	height:10px;
	display:block;
	float:left;
	margin-left:6px;
	background-color: #fff;	
}
.jsnav a:hover {
	height:10px;
	width:10px;
	text-decoration:none;
}
.jsnav .imgselected {
	background: #09f;
	height:10px;
	width:10px;
	
}
.qq {
	 display:none;
	 z-index:200
}
