div#MainPromotionBanner{
	width:427px;
	height:427px;
	background:#ffffff;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 427px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 427px;
	height: 427px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 427px;
	height: 427px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 411px; 
	right: 0px;
	z-index: 10;
	height: 16px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: white;
	text-align: center;
	width: 13px;
	height: 13px;
	font-family: Arial;
	font-size: 10px;
	cursor: pointer;
	overflow: hidden; 
	margin:1px 3px 0px 0;
	background: url(../images/slide_trigger.png) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/slide_trigger_c.png) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 12px;
	height: 15px;
	width: 17px;
	margin:0px 3px 0 0; 
}
