/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/

#sliderbg {
    margin-top: -50px;
    width: 100%;
    height: 18px;
    background: url('/js/aviaslider/img/bg.png') no-repeat center bottom;
}

.aviaslider {
    height: 450px;
    width: 700px;
    overflow: hidden;
    position: relative;
    background: url(img/preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured {
    display: none;
}

.aviaslider img, .aviaslider a img, .aviaslider a {
    width: 100%;
    border: none;
    text-decoration: none;
}

.slidecontrolls {
    margin: 10px auto;
    position: relative;
    width: 100%;
    clear: both;
    text-align: center;
}

.slidecontrolls a {
    opacity: 0.6;
    height: 20px;
    width: 18px;
    display: inline-block;
    cursor: pointer;
    background: transparent url(img/controlls.gif) center bottom no-repeat;
    outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item {
    opacity: 1;
    background: transparent url(img/controlls.gif) center top no-repeat;
}

.feature_excerpt {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 14px 15px;
    font-size: 16px;
    line-height: 1.5em;
    cursor: pointer;
    background: #292929;
    color: #fff;
}

.feature_excerpt strong {
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
}

@media only screen and (max-width: 700px) {
    .aviaslider {
        height: 440px;
    }
}
@media only screen and (max-width: 400px) {
    .aviaslider {
        height: 200px;
    }
}