﻿.photoSlideimgnav {
    position: relative;
    margin: 0 auto;
    width:645px;
}

#photoSlideImg {
    z-index: 10;
    width: 100%;
    position: relative;
    text-align: center;
}

    #photoSlideImg img {
        max-width: 100%;
        max-height:100%;
        display: none;
    }

#photoSlidefront {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 30%;
    height: 100%;
    background: url(images/blank.gif);
    display: flex;
    align-items: center;
    text-align:left;
}

    #photoSlidefront a {
        left:0px;
        top: 40%;
        display: block;
        background: url(images/imgSlideLeft.png) no-repeat;
        width: 104px;
        height: 104px;
        display: none;
    }

#photoSlidenext {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    cursor: pointer;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url(images/blank.gif);
}

    #photoSlidenext a {
        display: block;
        background: url(images/imgSlideRight.png) no-repeat right top;
        width: 104px;
        height: 104px;
        display: none;
    }

#photoSlideCbtn{
    padding:0px 40px;
    background: #EAEBF0;
    position: relative;
    height: 122px;
    border: 1px solid #D6D9DC;
    margin-top: 12px;
}

    #photoSlideCbtn ul {
        position: relative;
        width: 10000px;
        height: 122px;
    }

#photoSlideCbtn li {
    float: left;
    padding: 8px 3px 3px 3px;
    width: 122px;
    height: 97px;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
    position: relative;
}

            #photoSlideCbtn ul li img {
                width: 116px;
                height: 86px;
                display: block;
            }

            #photoSlideCbtn ul li tt {
                background: #000;
                color: #FFF;
                position: absolute;
                right: 4px;
                bottom: 4px;
                z-index: 20;
                font-family: "瀹嬩綋";
                font-size: 12px;
                line-height: 16px;
                padding: 0 5px;
            }

    #photoSlideCbtn li.hov {
        background: url(images/imgHoverBg.gif) no-repeat;
    }


#photoSlideUl{
    width: 100%;
    height: 116px;
    overflow: hidden;
    position: relative;
    top: 10px;
    margin: 0 auto;
}

.picSildeLeft {
    display:block;
    cursor: pointer;
    position: absolute;
    top: 32px;
    left: 10px;
    z-index: 9;
    width:20px;
    height:63px;
    background: url(images/picSlideLeft.gif) no-repeat left center;
}

.picSildeRight {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right:10px;
    z-index: 9;
    width: 20px;
    height: 63px;
    background: url(images/picSlideRight.gif) no-repeat left center;
}
