﻿.cycleAds{
	display:block;
	width:980px;
	height:525px;
	overflow:hidden;
	margin:0 auto;
	
}
.cycleAds .adsMask{
	display:block;
	width:10000px;
	height:500px;
}
.cycleAds .adsItem{
	display:inline-block;
	width:980px;
	height:500px;
	float:left;
}

.cycleAds .adsButtons{
	width:530px;
	height:25px;
	clear:both;
	text-align:center;
	background:#FFF;
	padding-left:450px;
	
	
}
.cycleAds .adsButtons a.cur{
	color:red;
	cursor:pointer;
	background:url(../image/adsBtn-b.jpg) no-repeat;
}


.cycleAds .adsButtons .adsBtn { background:url(../image/adsBtn-a.jpg) no-repeat; width:25px; height:25px; display:block; float:left;}
.cycleAds .clear{ clear:both;}



.adswrap{ height: 515px; margin: 0 auto; text-align: center; }