﻿.slidesjs-previous {
    /*display: block;*/
    color: red;
    bottom: 124px;
    float: left;
    background-image: url(/images/btn_left.png);
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    left: 0px;
    z-index: 11;
    width: 35px;
    height: 49px;
}

.slidesjs-next {
    color: red;
    bottom: 124px;
    float: right;
    background-image: url(/images/btn_right.png);
    background-repeat: no-repeat;
    margin: 0;
    position: absolute;
    width: 35px;
    height: 49px;
    right: 0px;
    z-index: 11;
}

#feature {
    position: relative;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    color: #ffffff;
}

    #feature .slidesjs-pagination {
            margin-right: 20px;
        float: left;
        list-style: none;
        position: absolute;
        bottom: 6px;
        right: 0px;
        z-index: 11;
        -webkit-padding-start: 5px;
    }

        #feature .slidesjs-pagination li {
            float: left;
            margin: 0 5px;
        }

            #feature .slidesjs-pagination li a.active, #feature .slidesjs-pagination li a:hover.active {
                background-position: 0 -25px;
            }

            #feature .slidesjs-pagination li a {
                display: block;
                width: 12px;
                height: 0;
                padding-top: 13px;
                background-image: url(../images/pagination.png);
                background-position: 0 -12px;
                background-repeat: repeat-y;
                float: left;
                overflow: hidden;
            }

.opacityTitle {
    position: absolute;
    bottom: 0px;
    height: 31px;
    width: 100%;
    z-index: 11;
    left: 0px;
    background-image: url(/images/homepage/banner/1px_dark70_bg.png);
    background-size: 31px 400px;
}

    .opacityTitle b {
        line-height: 2.5;
        padding-left: 30px;
    }

.item {
    display: none;
}

.slidepopupcontent {
    cursor: auto;
    line-height: normal;
    z-index: 10;
    display: none;
    position: absolute;
    bottom: 31px;
    width: 400px;
    padding: 0px 10px 0px 20px;
    left:0px;
    background-image: url(/images/homepage/banner/1px_dark70_bg.png);
    background-size: auto 400px;
    border-left: 3px solid #419897;
    /*opacity: 0.65;filter:alpha(opacity=65);*/
}

#feature a:visited {
    color: #419897;
    text-decoration: none;
}

#feature a:link {
    color: #419897;
    text-decoration: none;
}

#feature a:hover {
    color: #ffc212;
    text-decoration: none;
}

#feature a:-webkit-any-link {
    text-decoration: none;
    cursor: auto;
}

.poptitle {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 500;
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    color: white;
}

.popdesc {
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-size: 12px;
   
    padding-bottom: 5px;
    color: white;
    line-height: 16px;
}

.titleId {
    font-size: 14px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 500;
    margin: 0px 0px 0px 23px;
    cursor: pointer;
    width:612px;
    line-height: 31px;
    height: 31px;
}

.poplink {
    
    position: relative;
    height: 25px;
}

    .poplink a {
        font-size: 14px;
    }

#feature a {
    text-decoration: none;
}

.opacityTitle img {
    position: absolute;
    left: 10px;
    top: 15px;
}

.opacityTitle .poplink img {
    position: absolute;
    left: 92px;
    top: 6px;
}
