div#MainPromotionBanner{
    width:740px;
	height:253px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height:253px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
    width:740px;
	height:253px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
    width:740px;
	height:253px;
}

#MainPromotionBanner .SlideTriggers{
	margin: 0px 10px 0px 0px ;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 210px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #2b705e;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 0.9em;
	cursor: pointer;
	overflow: hidden;
	margin:3px;
	border:1px solid #1c5d3b;
	background-color:#dfeed7;
}
#MainPromotionBanner .SlideTriggers li.Current{
	font-weight:bold;
	color:#fff;
	border:0;
	line-height:16px;
	width: 16px;
	height: 16px;
	margin:3px;
	border:1px solid #28705c;
	background-color:#2d705e;
}