﻿
.custom-wrap {
    background-color: white;
    /*height: 270px;*/
    margin: 16px 0px 16px 0px;
    width: 100%;
    text-align: center;
}

    .custom-wrap a {
        color: black;
    }

        .custom-wrap a:hover {
            /*text-decoration: none;*/
        }
    /*滚动*/
    .custom-wrap .maindiv {
        float: left;
        /*width: 827px;*/
        /*height: 180px;*/
        overflow: hidden;
        position: relative;
    }

    .custom-wrap .custom-wrap-list {
        list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .custom-wrap .custom-wrap-list .custom-wrap-list-li {
            list-style: none outside none;
            float: left;
            /*width: 136px;*/
            /*height: 205px;*/
            /*margin-left: 13px;*/
            /*padding-left: 12px;*/
            padding: 0px 8px 0px 8px;
        }

    .custom-wrap .custom-wrap-player {
        /*list-style: none;
        margin: 0px;
        padding: 0px;
        position: absolute;
        left: 0;
        top: 0;*/
    }

        .custom-wrap .custom-wrap-player .custom-wrap-player-li {
            display: inline
        }

.custom-wrap-player {
    /*opacity: 0.8;*/
}

    .custom-wrap-player:hover {
        /*opacity: 0.9;*/
    }

    .custom-wrap-player img {
        /*width: 92px;*/
    }

.custom-wrap-btn:hover {    
    opacity: 0.6;
    text-decoration: none;
}
/*左按钮*/
.custom-wrap .btn_left {
    float: left;
    width: 21px;
    height: 28px;
    background: url('images/arrowhead.png') no-repeat left top;
    /*margin: 66px 0px 0px 0px;*/
    cursor: pointer;
}

    .custom-wrap .btn_left:hover {
        float: left;
        width: 21px;
        height: 28px;
        background: url('images/arrowhead.png') no-repeat left -28px;
        /*margin: 66px 0px 0px 0px;*/
        cursor: pointer;
    }
/*右按钮*/
.custom-wrap .btn_right {
    float: left;
    width: 21px;
    height: 28px;
    background: url('images/arrowhead.png') no-repeat left -56px;
    /*margin: 66px 0px 0px 0px;*/
    cursor: pointer;
}

    .custom-wrap .btn_right:hover {
        float: left;
        width: 21px;
        height: 28px;
        background: url('images/arrowhead.png') no-repeat left -84px;
        /*margin: 66px 0px 0px 0px;*/
        cursor: pointer;
    }
