div#MainPromotionBanner{
    width:335px;
	height:237px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height:237px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
    width:335px;
	height:237px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
    width:335px;
	height:237px;
}

#MainPromotionBanner .SlideTriggers{
	margin: 0px 10px 0px 0px ;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 205px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #2989C2;
	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 #53AFC4;
	background-color:#D5E3EC;
}
#MainPromotionBanner .SlideTriggers li.Current{
	font-weight:bold;
	color:#fff;
	border:0;
	line-height:16px;
	width: 16px;
	height: 16px;
	margin:3px;
	border:1px solid #36C;
	background-color:#5287D6;
}