div#MainPromotionBanner{
	width:698px;
	height:76px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 76px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 698px;
	height: 76px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 698px;
	height: 76px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 55px; 
	right: 0px;
	z-index: 10;
	height: 0px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/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; 
}
#sapc { 						/*对sapc层设置*/
   font-family:Arial;			/*字体*/
   font-size:14px;				/*字号*/
   }

#sapc a, #sapc a:visited {
  font-family:"黑体";			/*字体*/
   font-size:18px;				/*字号*/
  text-decoration:none; 			/*文字无下划线*/
  text-align:center; 				/*文字水平居中对齐*/
  color:#fff; 						/*白色文字*/
  display:block;					/*设置为块级元素*/
  width:10em; 
  height:1.8em;						/*宽度*/
  padding:0.25em ;					/*内边距*/
  margin:0.8em auto;				/*菜单项之间间隔0.5em，并水平居中*/
  background-color:#4e8fc5; 			/*背景色*/
  border:2px solid #fff;			/*边框粗细2像素*/
  border-color:#def #678 #345 #cde;	/*边框颜色显示突起效果*/
  position:relative;				/*使用相对定位*/
  }

#sapc a:hover {
font-family:"黑体";			/*字体*/
   font-size:18px;				/*字号*/
  top:2px;							/*向下移动2像素*/
  left:2px;							/*向右移动2像素*/
  border-color:#345 #cde #def #678;	/*边框颜色显示突起效果*/
  }
