/**
* 轮播图
*/
#slideshow_wrapper{width:650px;height:300px;background-color:#ffffff;padding:0;position:relative;overflow:hidden;}
#slideshow_footbar{
	z-index:5;
	position:absolute;
	bottom:1px;
	height:30px;
	width:650px;
	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:12px;width:12px; margin:5px 5px 0 5px; background-color:#44391D;_display:inline; float:right}

#slideshow_footbar .slideshow-bt.bt-on{ background-color:#92723C; cursor:hand;}
/**
* end of slide show
*/
