
/* CSS Document */

/*图片翻动*/

#MainPromotionBanner { width:640px; height:288px; z-index:10; }

#MainPromotionBanner #SlidePlayer { position:relative; margin:0 auto; }

#MainPromotionBanner .Slides { padding:0; margin:0; list-style:none; height:288px; overflow:hidden; z-index:10; }

#MainPromotionBanner .Slides li { float:left; width:640px; height:288px; z-index:0; }

#MainPromotionBanner .Slides img { display:block; width:640px; height:288px; border:0; z-index:0; }

#MainPromotionBanner .SlideTriggers { position:absolute; bottom:0px;/*left:5px;*/ right:20px; z-index:10; margin:0; padding:0; list-style:none; height:25px; }

#MainPromotionBanner .SlideTriggers li { float:left; display:inline; margin:3px; width:16px; height:16px; color:#2d2d2d; text-align:center; line-height:16px; font-family:Arial; font-size:13px; overflow:hidden; cursor:pointer; background:url(trigger.gif) no-repeat center center; }

#MainPromotionBanner .SlideTriggers li.Current { margin:0 3px; height:17px; width:17px; border:0; color:#fff; font-size:16px; font-weight:700; line-height:17px; background:url(trigger_c.gif) no-repeat center center; }

