/*层样式*/
#lunhuantu {
    width: 670px;
    height: 240px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

#lunhuantu-runner {
    width: 670px;
    height: 240px;
    border: 0;
}

# lunhuantu_bg, #lunhuantu_info {
    width: 0px;
    height: 0px;
}

/*图样式*/

#lunhuantu-runner a img {
    width: 670px;
    height: 240px;
    border: 0px;
}

.lunhuantu-runner_a {
    position: absolute;
}

/*下面园点标签样式*/
#lunhuantu ul {
    position: absolute;
    right: 20px;
    top: 190px;
    list-style-type: none;
}

    #lunhuantu ul li {
        padding: 0px 3px;
        float: left;
        display: block;
        color: #FFF;
        border: #e5eaff 1px solid;
        background: #155A87;
        cursor: pointer
    }

        #lunhuantu ul li.on {
            background: #900
        }

.lunhuantu_btn {
    position: absolute;
    left: 500px;
    top: 180px;
    width: 100px;
    height: 35px;
    background-color: #155A87;
    color: White;
    font-size: 18px;
    border-style: none;
    cursor: pointer;
}

/*左右电击样式*/
#lunhuantu-left {
    position: relative;
    left: 2px;
    top: -150px;
    width: 50px;
    height: 50px;
    background-image: url("../Images/smileImg/left.png");
    background-repeat: no-repeat;
}

#lunhuantu-right {
    position: relative;
    left: 606px;
    top: -200px;
    width: 50px;
    height: 50px;
    background-image: url("../Images/smileImg/right.png");
    background-repeat: no-repeat;
}
