div#MainPromotionBanner{
	width:1158px;
	height:600px;
	background:#fff;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 600px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 1158px;
	height: 600px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 1158px;
	height: 600px;
}

#MainPromotionBanner .SlideTriggers{
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 570px; 
	left:500px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	line-height: 14px;
	color:#303030;
	float: left;
	display: inline;
	text-align: center;
	width: 14px;
	height: 14px;
	font-family: Arial;
	font-size: 0;
	cursor: pointer;
	overflow: hidden;
	margin:0 4px; 
	background: url(../images/banner_lk.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{
	color:#fff;
	background: url(../images/banner_lka.gif) no-repeat center center;
	border:0;
	font-weight:bold;
	font-size: 0;
	height: 14px;
	width: 14px;
	margin:0 4px;
	line-height: 14px;
}
