@charset "gb2312";
div#MainPromotionBanner{
	width:125px;
	height:94px;
	background:#ffffff;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 94px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width:125px;
	height:94px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width:125px;
	height:94px;
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 80px; 
	right: 5px;
	z-index: 10;
	height: 10px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:10px;
	width: 10px;
	height: 10px;
	font-family: Arial;
	font-size: .8em;
	cursor: pointer;
	overflow: hidden; 
	margin:2px 2px;
	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.2em;
	line-height: 10px;
	height: 10px;
	width: 10px;
	margin:2px 2px; 
}