/*指定幻灯片层外部容器宽度为120px*/
#MainPromotionBanner{ width:922px;}
#SlidePlayer{margin:0 auto;}
#SlidePlayer .Slides{
	padding:0;
	margin:0;
	list-style:none;
	/*指定幻灯片层的高度为50px*/
	height:253px;
	overflow:hidden;
}

/*指定幻灯片层中图片的宽度为120px，高度为50px*/
#SlidePlayer .Slides li {float:left;width:922px;height:253px;}
#SlidePlayer .Slides img{display:block;width:922px;height:253px;border:0;}
#SlidePlayer .SlideTriggers{
	position:absolute;
	bottom:0;	
	right:0;
	z-index:10;
	margin:0;
	padding:0;
	list-style:none;
	height:0px;
	display:none;
}
#SlidePlayer .SlideTriggers li{
	float:left;
	display:inline;
	margin:3px;
	width:16px;
	height:16px;
	color:#74a8ed;
	text-align:center;
	line-height:16px;
	font-family:Arial;
	font-size:.9em;
	overflow:hidden;
	cursor:pointer;
}
#SlidePlayer .SlideTriggers li.Current{
	margin:0 3px;
	height:21px;
	width:21px;
	border:0;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	line-height:21px;
}