div,ul,li{
 margin:0 ;
 padding:0;
}

ul{
 list-style:none;
}

div#MainPromotionBanner{
	width:1000px;
	height:300px;
	background:#ffffff;

}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 300px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 1000px;
	height: 300px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 1000px;
	height: 300px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 270px; 
	right: 0px;
	z-index: 0;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display:inline;
	color: #FF9E00;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 0.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.2em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}
A:link {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: "Arial"; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: "Arial"; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12px; COLOR: #0a3f9f; FONT-FAMILY: "Arial"; TEXT-DECORATION: none
}
TD {
	FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 22px; FONT-FAMILY: "Arial"
}
TH {
	FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 22px; FONT-FAMILY: "Arial"
}