.area {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.js {
	POSITION: relative;
	WIDTH:100%;
	HEIGHT: auto;
	margin:0 auto;
}
.js img{
	width:100%; border:0;
	HEIGHT: auto;
}
.prevBtn {
	BACKGROUND:url(../images/btn01h.png) no-repeat;border-radius:0px;
	HEIGHT:47px;
	WIDTH: 47px;
	display:block;
	position:absolute;
	left:5%;
	top:45%;
}
.prevBtn:hover {
	BACKGROUND:url(../images/btn01.png) no-repeat;border-radius:0px;
}
.nextBtn {
	BACKGROUND:url(../images/btn02h.png) no-repeat;border-radius:0px;
	HEIGHT:47px;
	WIDTH: 47px;
	display:block;
	position:absolute;
	right:5%;
	top:45%;
}
.nextBtn:hover {
	BACKGROUND:url(../images/btn02.png) no-repeat;border-radius:0px;
}
.imgSelected {
	BACKGROUND: url(../images/jsNav.png) no-repeat;
}
.bg {
	width:100%;
	padding-top:1px;
	background:url(../images/a_cc_bg.png) repeat-x;
	_background:none;/*IE6*/
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="images/a_cc_bg.png");/*IE6*/
	height:100px;
	left:0;
	FONT-WEIGHT: bold;
	bottom:0px;
	position:absolute;
}
.jsNav {
	position:absolute;WIDTH:40%;
	left:30%;
	bottom:20px;
}
.jsNav a {
	display:inline-block;width:25px;height:5px;margin-left:15px;border-radius:10px;border:0px solid #FFF;position:relative;background:rgba(255, 255, 255, 0.5);
}
.jsNav a:hover {
	display:inline-block;width:25px;height:5px;margin-left:15px;border-radius:10px;border:0px solid #FFF;position:relative;background:rgba(255, 255, 255, 1.0);
}
.jsNav .imgSelected {
	display:inline-block;width:25px;height:5px;margin-left:15px;border-radius:10px;border:0px solid #FFF;position:relative;background:rgba(255, 255, 255, 1.0);
}
.qq {
	display:none;
	z-index:200
}
