
.theme-default .nivoSlider {
    background: url("loading.gif") no-repeat scroll 50% 50% #000000;
    position: relative;
}
.theme-default .nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.theme-default .nivoSlider a {
    border: 0 none;
    display: block;
}
.theme-default .nivo-controlNav {
    bottom: -25px;
    left: 428px;
    position: absolute;
}
.theme-default .nivo-controlNav a {
    background: url("bullets.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    float: left;
    height: 20px;
    text-indent: -9999px;
    width: 21px;
}
.theme-default .nivo-controlNav a.active {
    background-position: 0 -20px;
}
.theme-default .nivo-directionNav {
    bottom: -6px;
    left: 403px;
    position: absolute;
    width: 133px;
}
.theme-default .nivo-directionNav a {
    background: url("arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    height: 20px;
    text-indent: -9999px;
    width: 21px;
}
.theme-default a.nivo-nextNav {
    background-position: -20px 0;
}
.theme-default a.nivo-prevNav {
}
.theme-default .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}
.theme-default .nivo-caption a {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
}
.theme-default .nivo-caption a:hover {
    color: #FFFFFF;
}
