div#MainPromotionBanner{
	width:552px;
	height:196px;
	background-color: #F7FFFF;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 196px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 552px;
	height: 196px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 552px;
	height: 196px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 168px; 
	right: 5px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #FFFFFF;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 0.9em;
	cursor: pointer;
	overflow: hidden;
	margin:3px 6px;
	font-weight: bold;
	background-image: url(../../images/front/slide_trigger.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #FFFFFF;
}
#MainPromotionBanner .SlideTriggers li.Current{
	color:#fff;
	border:1 solid #FFFFFF;
	font-weight:bold;
	font-size: 18px;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px;
	background-image: url(../../images/front/slide_trigger_c.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

