div#MainPromotionBanner{
	width:136px;
	height:136px;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 136px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 136px;
	height: 136px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 136px;
	height: 136px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 132px; 
	right: -5px;
	z-index: 10;
	height: 16px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #999999;
	text-align: center;
	line-height:12px;
	width: 12px;
	height: 12px;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	background-image: url(../images/slide_trigger.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#MainPromotionBanner .SlideTriggers li.Current{
	color:#fff;
	border:0;
	font-weight:bold;
	font-size: 11px;
	line-height: 16px;
	height: 14px;
	width: 14px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	background-image: url(../images/slide_trigger_c.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
