.nivoSlider {
    background: url("../images/common/ajax-loader.gif") no-repeat scroll 50% 50% transparent;
    height: 460px;
    position: relative;
    width: 960px;
}
.nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.nivo-slice {
    display: block;
    position: absolute;
}
.nivoSlider a.nivo-imageLink {
    border: 0 none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 60;
}
.nivo-caption {
    bottom: 30px;
    right: 0px;
    color: #666666;
    font-size: 14px;
    position: absolute;
}
.nivo-caption p {
    margin: 0;
    padding: 5px;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 40%;
    z-index: 99;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav {
    bottom: 35px;
    position: absolute;
    left: 0px;
    z-index: 999;
}
.nivo-controlNav a {
    background: url("../images/common/bullets.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 10px;
}
.nivo-controlNav a.active {
    background-position: 0 -10px;
}
.nivo-directionNav a {
    background: url("../images/common/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav {
    left: 15px;
}
