.nivoSlider
{
    overflow:hidden;
}
.nivo-caption
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 8;
    margin: 0px;
}


a.nivo-nextNav
{
    background: url("/Images/slideshowArrowRight.png") no-repeat;
    right: 15px;
    height: 30px;
    width: 30px;
    display:none;
}

a.nivo-prevNav
{
    background: url("/Images/slideshowArrowLeft.png") no-repeat;
    left: 15px;
    height: 30px;
    width: 30px;
    display:none;
}


.nivo-controlNav
{
    position:absolute;
    z-index: 8;
    width: auto;
    height:auto;
    float: left;
}

.nivo-controlNav a
{
    display: block;
    position: relative;
    z-index: 9;
    cursor: pointer;
    float: left;
}

.nivo-controlNav img
{
    position: relative;
}

