div#MainPromotionBanner{
	width:201px;
	height:110px;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 110px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width:186px;
	height:110px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width:186px;
	height:95px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top:120px; 
	right: 15px;
	z-index: 10;
	height: 10px;
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #666;
	text-align: center;
	line-height:10px;
	width: 10px;
	height: 10px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin-top:2px;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	font-weight:bold;
    font-family:"ËÎÌå";
    font-size:12px;
    width:14px; 
    height:14px;
    display:inline-block;
    text-align:center; 
    line-height:14px; background:#fff;
    color: #666;
}
