﻿.scroll {
    width: 1024px;
    height: 393px;
    margin: 20px auto 0 auto;
    position: relative;
    overflow: hidden;
}

.mod_01 {
    float: left;
    width: 1024px;
}

    .mod_01 img {
        display: block;
        width: 1024px;
        height: 393px;
    }

.dotModule_new {
    padding: 0 5px;
    height: 11px;
    line-height: 6px;
    -webkit-border-radius: 11px;
    background: rgba(45,45,45,0.5);
    position: absolute;
    bottom: 5px;
    right: 10px;
    z-index: 11;
}

#slide_01_dot {
    text-align: center;
    margin: 3px 0 0 0;
}

    #slide_01_dot span {
        display: inline-block;
        margin: 0 3px;
        width: 5px;
        height: 5px;
        vertical-align: middle;
        background: #f7f7f7;
        -webkit-border-radius: 5px;
    }

    #slide_01_dot .selected {
        background: #66ff33;
    }

#sl_left, #sl_right {
    width: 42px;
    height: 42px;
    background: #cbbfae url(../images/nav.png) no-repeat top left;
    position: absolute;
    top: 50%;
    left: 2px;
    text-indent: -9000px;
    cursor: pointer;
    margin-top: -21px;
    opacity: 0.9;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

#sl_right {
    left: auto;
    right: 2px;
    background-position: top right;
}

#close {
    width: 50px;
    height: 50px;
    background:  url(../images/close.png) ;
}