.nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}

.nivo-controlNav a {
    display:inline-block;
    width:11px;
    height:10px;
    background:url(../../images/sprite5.png) -80px -73px no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}

.nivo-controlNav a:hover {
    background-position: -80px -93px;
}

.nivo-controlNav a.active {
    background-position: -80px -83px;
}

.nivo-directionNav a {
    display:block;
    width:35px;
    height:161px;
    background:url(../../images/sprite5.png) -35px -137px no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-top: -80px;
}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
    background-position: 0 -137px;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}