﻿i {
    font-style: normal;
}

.m1 {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
}

.m1left {
    float: left;
    width: 807px;
    height: 620px;
    position: relative;
}

.syFocusThumb #next1, .syFocusThumb #prev1 {
    background: #f5f5f5 url(../procssjs/lrbtn1.png) no-repeat;
    width: 27px;
    height: 98px;
}

.syFocusThumb #next1 {
    POSITION: absolute;
    TOP: 500px;
    CURSOR: pointer;
    right: 50px;
    z-index: 2;
    background-position: -54px 0;
}

.syFocusThumb #prev1 {
    POSITION: absolute;
    TOP: 500px;
    CURSOR: pointer;
    left: 52px;
    z-index: 2;
    width: 27px;
}

.syFocusThumb #next1:hover {
    background-position: -81px 0;
}

.syFocusThumb #prev1:hover {
    background-position: -27px 0;
}


.sliderwrapper {
    width: 100%;
    height: 620px;
    overflow: hidden;
}

.syFocusThumb {
    POSITION: relative;
    WIDTH: 100%;
    HEIGHT: 620px;
    OVERFLOW: hidden;
}

    .syFocusThumb .pic-container {
        float: left;
        width: 100%;
        height: 620px;
    }

    .syFocusThumb .contentdiv {
        HEIGHT: 620px;
        float: left;
        width: 100%;
    }

    .syFocusThumb .thumbWrap {
        POSITION: absolute;
        OVERFLOW: hidden;
        TOP: 500px;
        left: 79px;
        width: 650px;
        z-index: 1002;
        overflow: hidden;
    }

        .syFocusThumb .thumbWrap IMG {
            -MS-INTERPOLATION-MODE: bicubic;
        }

    .syFocusThumb .holder {
        WIDTH: 4000px;
    }

        .syFocusThumb .holder I {
            CURSOR: pointer;
            margin: 0 1px;
            background: #f5f5f5;
            width: 128px;
            border-bottom: 2px solid #c9caca;
            height: 96px;
            font-size: 12px;
        }

            .syFocusThumb .holder I p {
                float: left;
                width: 100%;
                margin-top: -20px;
                text-align: center;
            }

    .syFocusThumb .pagination I.selected {
        border-bottom: 2px solid #EBAB28;
        color: #00A2EA;
    }
