﻿/*
 * CSS Styles that are needed by tinyCarousel for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */


#slider-code {
    width: 920px;
    height: 412px;
    overflow:hidden;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 14px;
}
#slider-code .viewport{
    float: left;
    width: 860px;
    height: 391px;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 14px;
}

/* BUTTONS FOR ARROW */
#slider-code .buttons {
    display: block;
    float: left;
    width: 20px;
    height: 40px;
    margin-top: 175px;
    background-color: transparent;
}

#slider-code .next {
    margin-right: 0px;
}
#slider-code .disable { visibility: hidden; }
#slider-code .overview {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 398px;
}
#slider-code .overview li{
    float: left;
    margin: 0 20px 10px 0;
    padding: 1px;
    width: 860px;
    height: 391px;
}

#slider-code .pager {
    overflow:hidden;
    list-style: none;
    clear: both;
    margin-left: 318px;
}
#slider-code .pager li { float: left; }

#slider-code .pagenum {
    background-color: #6F706B;
    text-decoration: none;
    display: block;
    height: 7px;
    width: 60px;
    margin-right:10px;
}
#slider-code .pagenum:hover{ background-color: #de8423; }

#slider-code .active { color: #fff; background-color: #b12f31; }

.slider_content{
    position: relative;
    border: none;
    width: 840px;
    height: 396px;
    margin-left: 9px;
}