.jcImgScroll {
    position: relative;
    height: 542px;
    width: 1100px;
    margin: 0 auto;
}

.jcImgScroll li {
    border: 1px solid #ccc;
}

.jcImgScroll li a {
    background: #fff;
    display: block;
    height: 540px;
    outline: none;
}

.jcImgScroll li.loading a {
    background: #fff url(../img/loading.gif) no-repeat center center;
}

.jcImgScroll li img,
.jcImgScroll li,
.jcImgScroll em,
.jcImgScroll dl {
    display: none;
}

.jcImgScroll li img {
    width: 100%;
    height: auto;
}


    .jcImgScroll li {
        -moz-box-shadow: 0 6px 15px #d0d0d0;
        -webkit-box-shadow: 0 6px 15px #d0d0d0;
        box-shadow: 0 6px 15px #d0d0d0;
    }


    .jcImgScroll em.sPrev {
        background: url(../img/arrow-left.jpg) no-repeat right center;
        float: left;
        cursor: pointer;
        z-index: 10;
    }

    .jcImgScroll em.sNext {
        background: url(../img/arrow-right.jpg) no-repeat left center;
        float: right;
        cursor: pointer;
        z-index: 10;
    }

.jcImgScroll dl dd {
    background: url(../img/NumBtn.png) no-repeat 0 bottom;
    text-indent: -9em;
}

.jcImgScroll dl dd:hover,
.jcImgScroll dl dd.curr {
    background-position: 0 0;
}

