/**
* 轮播图
*/
#slideshow_wrapper{width:990px;height:403px;background-color:#121212;padding:0;position:relative;overflow:hidden;}
#slideshow_footbar{
	z-index:5;
	position:absolute;
	bottom:1px;
	height:30px;
	width:550px;
	text-align:center;
	left: -1px;
}

#slideshow_photo{width:120px;height:100%;position:absolute;cursor:pointer; margin-left:auto; margin-right:auto}
#slideshow_photo a{position:absolute;display:block;margin:0;border:0;top:0;left:0;z-index:1; text-align:center}
#slideshow_footbar .slideshow-bt{font-size:0;height:8px;width:8px; margin:5px 10px 0 10px; _display:inline; float:right; background:url(02.gif) no-repeat center center}

#slideshow_footbar .slideshow-bt.bt-on{  background:url(01.gif) no-repeat center center; cursor:hand;}
/**
* end of slide show
*/
