.bannerArea {
	position: relative;/*width: 600px;height:80px;*/overflow:hidden;}
.bannerArea UL {
padding:0px;margin:0px;list-style:none;
}
.bannerArea OL {
padding:0px;margin:0px;list-style:none;
}
.bannerArea LI {
padding:0px;margin:0px;list-style:none;
}
.bannerArea .bannerImgArea {
	display: block;
	/*position: absolute; */
}
.bannerArea .bannerImgArea LI {
	/*width: 600px;height:80px;*/display:none;
}
.bannerArea .bannerImgArea LI.selected {
	display: block;
}
.bannerArea .bannerNumArea {
	z-index: 10;position: absolute; padding:1px 5px 1px 1px;display:block;width:100%;height:16px;bottom:10px;left:80%;/*background:#000000;*/
	/*z-index: 10;position: absolute; filter: alpha(opacity=50); padding:1px 5px 1px 1px;display:block;width:594px;height:16px;bottom:0px;right:0px;opacity:0.5;background:#000000;*/
}
.bannerArea .bannerNumArea .num {
	/*width:14px;height:14px;border:#ffffff 1px solid;margin: 0px 3px 0px 1px;text-align: center;color: #ffffff; font-size: 12px;line-height:14px;display: block; background: #cccccc; float: left;cursor: pointer;*/
	float: left;cursor: pointer;color:#ffffff;font-size:14px; background:url('/img/slidebtn1.png') no-repeat center center;width:14px;height:14px;margin: 0px 3px 0px 1px;
}
.bannerArea .bannerNumArea .selected {
	/*background: #ff0000*/color:#ff0000; background:url('/img/slidebtn2.png') no-repeat center center;
}
.bannerArea .bannerNumArea .bannerTitle {
	float: right; color: #ffffff
}
.bannerArea .bannerNumArea .bannerTitle a{color:#FF0000;text-weight:bold;text-decoration:none;}
.bannerArea .bannerNumArea .bannerTitle a:link{color:#FF0000;text-decoration:none;}
.bannerArea .bannerNumArea .bannerTitle a:hover{color:#FF0000;text-decoration:none;}

