



/**
* 轮播图
*/
#slideshow_wrapper{width:970px;height:495px;background-color:#121212;padding:0;position:relative;overflow:hidden;}
#slideshow_footbar{z-index:5; position:absolute;bottom:0;height:20px; width:100%; background-color:rgba(0,0,0,0.2); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000,endColorstr=#32000000); text-align:center}

#slideshow_photo{width:100%;height:100%;position:absolute;cursor:pointer;}
#slideshow_photo a{position:absolute;display:block;margin:0;border:0;top:0;left:0;z-index:1;}
#slideshow_footbar .slideshow-bt{font-size:0;height:8px;width:8px; margin:6px 10px 0 5px; background-color:#ffffff;_display:inline; float:right}

#slideshow_footbar .slideshow-bt.bt-on{ background-color:#AC8E57; cursor:hand;}
/**
* end of slide show
*/

