div#MainPromotionBanner{
	width:606px;
	height:306px;
	background:#ffffff;
	border:#CCCCCC;
	background-image:url(../banner_index/bg.gif);
	background-position:top;
	background-repeat:no-repeat;	
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
	top:2px;
	left:2px;
	bottom:2px;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 306px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 602px;
	height: 306px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 602px;
	height: 304px;
		
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 306px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:21px;
	width: 21px;
	height: 21px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden; 
	margin:0px 0px;
	background: url(../banner_index/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../banner_index/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 0px; 
}