body{
	margin:0px;
	font-size:12px;
}
div#MainPromotionBanner{
	width:722px;
	height:209px;
	background:#ffffff;/*背景色*/
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 209px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width:722px;
	height:209px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width:722px; /*图片宽度*/
	height:209px;	/*图片高度*/
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 180px; /* 链接数字图标距离上面多高 */
	left: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{ /* 未移上去时的字效果 */
	float: left;
	display: inline;
	color: #08909C;/*字未移上去时的色*/
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 1em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(slide_trigger.gif) no-repeat center center; 
}
#MainPromotionBanner .SlideTriggers li.Current{ /* 移上去时的字效果 */
	color:#ffffff; /*字移上去时的色*/
	background: url(slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}

