.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
}

.picScroll-left .hd .prev {
    background: url(../images/left11.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30%;
    cursor: pointer;
    z-index: 99999;
    left: 0;
}

.picScroll-left .hd .next {
    background: url(../images/left10.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30%;
    cursor: pointer;
    z-index: 99999;
    right: 0;
}

.picScroll-left .hd .prev:hover {
    background: url(../images/left12.png) no-repeat;
}

.picScroll-left .hd .next:hover {
    background: url(../images/left13.png) no-repeat;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    border: #cecece 1px solid;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 280px;
    height: 200px;
    display: block;
}
.picScroll-left .bd ul li .pic2 {
    text-align: center;
}

.picScroll-left .bd ul li .pic2 img {
    width: 280px;
    height: 350px;
    display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}
.picScroll-left .bd ul li .pic2 a:hover img {
    border-color: #999;
}
.picScroll-left .bd ul li .title {
    line-height: 24px;
    line-height: 50px;
    padding-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    letter-spacing: 1px;
}

