    /*    NivoSlider
    /*-----------------------------------------------------------------------------------*/   
    
    #slider_nivo {
        position: relative;
        width: 100%;
        height: 500px;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
    }
    .nivoSlider { position: relative }
    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 500px;
    }
    .nivo-slice {
        display: block;
        position: absolute;
        z-index: 5;
        height: 100%;
    }
    .nivo-box {
        display: block;
        position: absolute;
        z-index: 5;
    }
    .nivo-directionNav a {
        width: 48px;
        height: 48px;
        position: absolute;
        z-index: 1000;
        top: 225px;
        cursor: pointer;
    }
    .nivo-prevNav,
    .nivo-nextNav {
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -ms-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }
    .nivo-prevNav:hover,
    .nivo-nextNav:hover {
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
        opacity: 1.0;
    }
    .nivo-nextNav {
        background: url('/main/css/images/nivo-right-arrow.png');
        right: 20px;
    }
    .nivo-prevNav {
        background: url('/main/css/images/nivo-left-arrow.png');
        left: 20px;
    }
    .nivo-controlNav a.active { font-weight: bold }
    .nivo-controlNav {
        position: absolute;
        z-index: 1000;
        list-style: none;
        bottom: 20px;
        margin-left: 47%;
        padding: 0;
    }
    .nivo-controlNav a {
        float: left;
        margin-left: 5px;
        cursor: pointer;
        color: #999;
        text-indent: -9999px;
        background: url('/main/css/images/bullets.png') no-repeat 4px 0;
        width: 13px;
        height: 12px;
        overflow: hidden;
    }
    .nivo-controlNav a.active {
        background-position: -8px 0;
        margin-right: -1px;
        margin-left: 6px;
    }