div#MainPromotionBanner{float:center;width:450px;height:283px;}
#MainPromotionBanner #SlidePlayer{position:relative;margin:0 auto;}
#MainPromotionBanner .Slides{
	padding:0;
	margin:0;
	list-style:none;
	height:283px;
	overflow:hidden;
}
#MainPromotionBanner .Slides li {float:left;width:450px;height:283px;}
#MainPromotionBanner .Slides img{display:block;width:450px;height:283px;border:0;}
#MainPromotionBanner .SlideTriggers{
	position:absolute;
	top:255px;
	right:10px;
	z-index:10;
	margin:0;
	padding:0;
	list-style:none;
	height:0px;
}
#MainPromotionBanner .SlideTriggers li{
	float:left;
	display:inline;
	margin:3px;
	width:16px;
	height:16px;
	color:#74a8ed;
	text-align:center;
	line-height:16px;
	font-family:Arial;
	font-size:.9em;
	overflow:hidden;
	cursor:pointer;
	background:url(/images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{
	margin:0 3px;
	height:21px;
	width:21px;
	border:0;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	line-height:21px;
	background:url(/images/slide_trigger_c.gif) no-repeat center center;
}