
.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:url(../images/btn01h.png) no-repeat;
	position:absolute;
	top:105px;
}
.prevBtn:hover {
	HEIGHT:47px;
	WIDTH: 32px;
	background: #0199FE;
    opacity: 0.6;
    filter: Alpha(opacity=60);
	BACKGROUND:url(../images/btn01h.png) no-repeat;	
}
.nextBtn {
	HEIGHT:47px;
	WIDTH: 32px;
	display:block;
	position:absolute;
	right:0;
	top:105px;
	opacity: 0.3;
    filter: Alpha(opacity=30);
	BACKGROUND:url(../images/btn02h.png) no-repeat;
}
.nextBtn:hover {
	HEIGHT:47px;
	WIDTH: 32px;
	opacity: 0.6;
    filter: Alpha(opacity=60);
	BACKGROUND:url(../images/btn02h.png) no-repeat;
}
.imgSelected {
	BACKGROUND: url(../images/jsNav.png) 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
}
