﻿.Slide {
    width: 529px;
    height: 377px;
    float: left;
    overflow: hidden;
    position: relative;
}

.slide-cont {
    width: 529px;
    height: 377px;
    position: relative;
    overflow: hidden;
}

.slide-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -529px;
}

    .slide-item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .slide-item img {
        width: 529px;
        height: 377px;
    }

.slide-txt {
    width: 529px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}

    .slide-txt .txt_bg {
        width: 529px;
        height: 50px;
        background: #000;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .slide-txt a {
        display: inline-block;
        width: 529px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 20px;
        overflow: hidden;
        color: #ffe825;
        position: absolute;
        left: 0;
        top: 0;
    }

.slide-nav {
    width: auto;
    height: 11px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 21px;
    right: 20px;
    overflow: hidden;
}

    .slide-nav a {
        display: block;
        width: 12px;
        height: 12px;
        background: #d4d4d4;
        cursor: pointer;
        margin-left: 5px;
        float: left;
        text-indent: -99em;
        overflow: hidden;
        border-radius:6px;
    }

    .slide-nav .nownav {
        background: #ffe825;
    }

#prev2, #next2 {
    display: block;
    width: 57px;
    height: 72px;
    position: absolute;
    top: 129px;
    display: none;
}

#next {
    right: 0;
    background-position: -62px 0;
}
