div#MainPromotionBanner{
	width:1000px;
	height:280px;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 280px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 1000px;
	height: 280px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 1000px;
	height: 280px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 250px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../images/dot2.png) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/dot1.png) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}

    .banner {position:relative;float:left;margin-left:0; width:318px; height:200px; overflow:hidden;}
    .banner_list img{width:318px; height:200px;border:0}
    .banner_bg {position:absolute; bottom:0;background-color:#000;height:28px;filter: Alpha(Opacity=50);opacity:0.5;z-index:1;cursor:pointer; width:318px; }
    .banner_info{position:absolute; bottom:0; left:5px;height:22px;color:#fff;z-index:2;font-size:12px;cursor:pointer; font-family:Microsoft Yahei; line-height:16px;}
    .banner_text {position:absolute;width:120px;z-index:3; right:3px; bottom:3px;}
    .banner_ul {position:absolute;list-style-type:none;z-index:4;margin:0; padding:0; bottom:3px; right:3px;}
    .banner_ul li { width:20px;line-height:20px;text-align:center;float:left;display:block;color:#ff6666;border:#FFF 0px solid;background:#DEDEDE;cursor:pointer}
    .banner_ul .banner_on { background:#CC3333;color:#FFF;}
    .banner_list a{position:absolute;}