﻿#slider {
    width: 328px; /* important to be same as image width */
    height: 196px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

    #slider img {
        border: 0px;
    }

#sliderContent {
    width: 328px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
    z-index: 1;
}

.sliderImage {
    float: left;
    position: relative;
    display: none;
}

    .sliderImage span {
        position: absolute;
        font: 12px/14px Arial, Helvetica, sans-serif;
        padding: 10px 13px;
        width: 308px;
        background-color: #000;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        color: #fff;
        display: none;
    }

.clear {
    clear: both;
}

.sliderImage span strong {
    font-size: 12px;
}

.top {
    top: 0;
    left: 0;
}

.bottom {
    bottom: 0;
    left: 0;
}

ul {
    list-style-type: none;
}

.subscribe-left {
    float: left;
    display: inline;
    height: 30px;
    line-height: 30px;
    width: 200px;
    background: url('/images/ent/company.gif') left bottom no-repeat;
}

.subscribe-pos {
    width: 206px;
    height: 26px;
    line-height: 26px;
    font-weight: normal;
    display: inline;
    float: right;
    margin-top: 4px;
}
/*-----------------------------------*/
a.subahref {
    float: left;
    display: inline;
    height: 22px;
    line-height: 22px;
    position: relative;
    text-align: left;
    padding-left: 24px;
    cursor: pointer;
}

    a.subahref span.icon {
        background: url(/images/subcribe/subback.gif) no-repeat;
        position: absolute;
        height: 20px;
        width: 20px;
        top: 0px;
        left: 0px;
    }

    a.subahref:hover {
        text-decoration: none;
    }

span.subsplit {
    float: left;
    color: #CCCCCC;
    width: 10px;
    text-align: center;
    height: 22px;
    line-height: 22px;
}

a#subcribleent {
    width: 60px;
    padding-left: 28px;
}

    a#subcribleent span.icon {
        background-position: right 3px;
        left: 4px;
    }

.subscribe-pos a.sbsselected {
    width: 69px !important;
    padding-left: 27px !important;
}

#jbent span.icon {
    background-position: right -16px;
    left: 0px;
    top: 1px;
}
