.area {
	width:100%;
	margin:0px 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.jpg) no-repeat;border-radius:2px;
	HEIGHT:47px;
	WIDTH: 32px;
	display:block;
	position:absolute;
	left:3%;
	top:45%;
}
.prevBtn:hover {
	BACKGROUND:url(../images/btn01.jpg) no-repeat;border-radius:2px;
}
.nextBtn {
	BACKGROUND:url(../images/btn02h.jpg) no-repeat;border-radius:2px;
	HEIGHT:47px;
	WIDTH: 32px;
	display:block;
	position:absolute;
	right:3%;
	top:45%;
}
.nextBtn:hover {
	BACKGROUND:url(../images/btn02.jpg) no-repeat;border-radius:2px;
}
.imgSelected {
	BACKGROUND: url(/jsNav.png) no-repeat;
}
.bg {
	width:100%;
	padding-top:1px;
	background:url(/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:90%;
	left:5%;
	bottom:0px;
}
.jsNav a {
	background:url(/a_cc_bg1.png) no-repeat center top;
	width:15%;
	font-size:14px;
	margin-right:6px;
	padding:30px 0px 20px 0px;
	display:inline;
	height:50px;
	line-height:50px;
	display:block;
	float:left;
	text-align:center;
	color:#fff;
}
.jsNav a:hover {
	background:url(/a_cc_bg2.png) no-repeat center top;
	color: #fff;
	text-decoration:none;
}
.jsNav .imgSelected {
	background:url(/a_cc_bg2.png) no-repeat center top;
	color: #fff;
}
.qq {
	display:none;
	z-index:200
}
