/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
    position:relative;
    background:#202834 url(../_rady-global/-rady-global-images/nivo-loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

#slider a {
    border: 0;
    display: block;
}
#slider img:not(:first-child) { 
    display:none;
} 
/* Control Nav styles */

.nivo-controlNav {
    position:absolute;
    right:45px;
    bottom:20px;
    z-index:189;
}
.nivo-controlNav a {
    display:block;
    width:8px;
    height:8px;
    background:url(../_rady-global/-rady-global-images/nivo-bullets.png) no-repeat;
    text-indent:-9999px;
    border: 0;
    margin-right:5px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:-13px 0;
}

/* Direction Nav styles */

.nivo-directionNav a {
    display:block;
    width:32px;
    height:34px;
    background:url(../_rady-global/-rady-global-images/nivo-arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-32px 0;
    right:47px;
}
a.nivo-prevNav {
    left:10px;
}

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:1.0; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:89;
    font-size: 16px;
}
.nivo-caption p {
    padding:15px;
    margin:0;
    height:20px;
}
