ul { list-style: none; }
.bxsider{ position:relative; z-index:-1;}
.bx-wrapper { position: relative; margin: 0 auto 0px; padding: 0;  zoom: 1;}
/*大的图片*/
.bx-wrapper img { max-width: 100%;   }
/*小的图片或序号*/
#pic-page {height:60px; bottom:10px; left:0; text-align: center; margin-top: 0px; position:absolute; width:100%; z-index:999;}
#pic-page a {color:#fff;  margin: 0 2px; font-size:45px; cursor:pointer;}
#pic-page a img { width: 40px; padding: 2px; border: solid #ccc 1px; margin-bottom: 5px; }
#pic-page a:hover, #pic-page a.active {color:#e62129; }
#pic-page a:hover img, #pic-page a.active img{border:1px blue solid;}
/*左右按钮*/
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; outline: 0; width: 32px; height: 32px; text-indent: -9999px; z-index: 999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
.bx-wrapper .bx-prev { left: 10px; background: url(../images/controls.png) no-repeat 0 -32px; }
.bx-wrapper .bx-next { right: 10px; background: url(../images/controls.png) no-repeat -43px -32px; } 
