
#wrapper
{
    width: 712px;
    margin: 6px auto 10px 4px;
    z-index: 0;
    
}


#slider
{
    position: relative;
    min-height: 281px; /*margin:30px 30px 60px 30px;*/
}

#slider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.nivo-controlNav
{
    position: absolute;
    left: 520px;
    top: 250px;
}

.nivo-controlNav a
{
    font-weight: bold;
    color: #fff;
    border: 0;
    margin-right: 4px;
    float: left;
    padding: 0px 5px 0px 5px;
    border: 1px solid #08387f;
    background-color: #08387f;
}

.nivo-controlNav a.active
{
    font-weight: bold;
    color: #FFF;
    border: 1px solid #000000;
    background-color: #000000;
    padding: 0px 5px 0px 5px;
    display: block;
}

.nivo-directionNav a
{
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav
{
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav
{
    left: 15px;
}

.nivo-caption a
{
    text-decoration: underline;
}
