/*横向切换图片*/
.rollBox { width: 320px; overflow: hidden; padding: 0px 0 5px 6px; }
.rollBox .LeftBotton { height: 230px; width: 28px; background: url(../images/gundong_06.jpg) no-repeat 0px center; overflow: hidden; float: left; display: inline; cursor: pointer; margin: 0 9px 0 0px; }
.rollBox .RightBotton { height: 230px; width: 28px; background: url(../images/gundong_09.jpg) no-repeat 0px center; overflow: hidden; float: left; display: inline; cursor: pointer; margin-left: 9px; }
.rollBox .Cont { width: 230px; overflow: hidden; float: left; height: 230px; }
.rollBox .ScrCont { width: 10000000px; }
.rollBox .Cont .pic { width: 230px; display: block; float: left; text-align: center; margin: 24px 8px 0 0; height: 230px; }
.rollBox .Cont .pic a { color: #585858; width: 230px; display: block; font-size: 13px; font-weight: bold; }
.rollBox .Cont .pic img { width: 190px; display: block; height: 190px; float: left; border: solid #c7c7c7 1px; margin-bottom: 11px; }
.rollBox .Cont a:hover { color: #975e2c; }
.rollBox #List1, .rollBox #List2 { float: left; }

/*页面大图片*/
#featured-wrap { position: relative; width: 1003px; height: 171px; margin: 0 auto; }
#featured-content { overflow: hidden; margin-top: 10px; }
#featured-content a { float: left; margin: 0 19px; display: block; }
#featured-content a img { padding: 0; width: 161px; height: 169px; display: block; vertical-align: top; }
#featured-preview { position: absolute; top: -64px; left: 80px; z-index: 90; display: none; overflow: hidden; width: 402px; height: 337px; }
#featured-overlay { position: absolute; top: 0; left: 80px; z-index: 100; }
#featured-overlay div { float: left; cursor: e-resize; background: red; display: none; width: 158px; height: 96px; }
