﻿-------------------------------------------------------------------------------------*/

.nivoSlider {
    position: relative;
    width: 1866px;
    height: 278px;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 6;
    display: none;
}

/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

/* Caption styles */

.nivo-caption {
    width: 100%;
    /*height: auto;*/
    /*margin-bottom: 20px;*/
    background: #000000;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.8; /* Overridden by captionOpacity setting */
    z-index: 9999;
}

.nivo-caption p {
    font-size: 13px;
    color:#FFFFFF;
    text-shadow: 0px 1px 0px #000000;
    /*padding: 15px 15px 15px 22px;*/
    margin: 0px;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 210px;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

/* Nivo slider default theme */

.theme-default .nivoSlider {
    position: relative;
    background: #FFFFFF url(../images/loading.gif) no-repeat 50% 50%;
}

.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.theme-default .nivoSlider a {
    border: 0px;
    display: block;
}

.theme-default .nivo-controlNav {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: 15px;
}

.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: transparent url(../images/nav_bullets.jpg) no-repeat 0 4px;
    text-indent: 5em;
    color:#FFF;
    border: 0px;
    float: none;
    overflow:hidden;
}

.theme-default .nivo-controlNav a.active {
    background-position: 0px -20px;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 38px;
    height: 69px;
    background:url(../images/nav_big_arrows.jpg) no-repeat;
    text-indent: -9999px;
    border: 0px;
    z-index:999;
}

.theme-default a.nivo-nextNav {
    background-position: -38px 0;
    right: 333px;
}

.theme-default a.nivo-nextNav:hover {
    /*background-position: -36px -34px;*/
    opacity:0.8;
}

.theme-default a.nivo-prevNav {
    left: 333px;
}

.theme-default a.nivo-prevNav:hover {
    /*background-position: 0px -34px;*/
    opacity:0.8;
}

.theme-default .nivo-caption {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.theme-default .nivo-caption a {
    color: #FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
}

.theme-default .nivo-caption a:hover {
    color: #FFFFFF;
}
