﻿/*图片轮播*/
.demobox { width: 650px; min-width: 650px; height: 410px; overflow: hidden; margin: 0 auto; z-index: 1000;}
.demo{ width: 650px; height: 410px; margin: 0 auto; left:3px; margin-top:-2px;}
.demo img { border:2px #352315 solid; }
.imgList { width:650px; left:-5px; position: absolute; }/* 中间图片列表居中 */
.left-btn,.right-btn{ opacity: .8; z-index: 9999; }/* 左右按钮透明度 */
.left-btn:hover,.right-btn:hover{ opacity: 1; z-index: 999;}
.left-btn { background: url(../images/btn-prev.png) no-repeat 0px 0px;left: 8px;}
.right-btn { background: url(../images/btn-next.png) no-repeat 0px 0px;right: 20px;}
