#slider{ width: 90%; height:110px;overflow:hidden; padding: 0 15px; position:relative;margin:0 auto;}
.scroll{ margin:0 10px; overflow:hidden;position:relative;}
.scrollContainer{position: relative;width:1815px;left:0px;}
.scrollContainer .current .inside{width: 100px; height: 110px;}
.scrollContainer .panel{ width:100px; height: 110px; float: left; margin-right:10px; display:inline;}
.panel .inside{display:block;position:relative; }
.inside img{ height: 100%; width: 100%; }
.scroll li .inside span{width:197px;height:37px;line-height:37px;display:none;position:absolute;bottom:-17px;left:16px;background-color:#c69;font-size:14px;color:#FFF;text-align:center;}
.scroll li.current .inside span{display:block;}
.btnMode a.btn{background:url('/ui/js/lib/zzsc/index.png') no-repeat;}
.btnMode a.btn{width:20px; height:35px; position:absolute; top:40px; }
.btnMode a.prev{left:0;background-position:0 -61px;}
.btnMode a.prev:hover{background-position:0 -102px;}
.btnMode a.next{right:0;background-position:-50px -61px;}
.btnMode a.next:hover{background-position:-50px -102px;}