
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    height: 290px;
    left: 0;
    position: absolute;
    top: 0;
    width: 706px;
}
.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-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 50;
}
.nivo-caption {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: goldenrod;
    font-weight: bold;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 89;
}
.nivo-caption p {
    margin: 1px;
    padding: 0 15px;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    z-index: 99;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivoSlider .nivo-controlNav {
    bottom: 0;
    position: absolute;
    right: 0;
}
.nivo-controlNav a {
    background: url("../images/nav_control.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0;
    height: 10px;
    margin-left: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 10px;
    z-index: 99;
}
.nivo-controlNav a.active {
    background: url("../images/nav_control_hover.png") no-repeat scroll 0 0 transparent;
}
