
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.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: 6;
}
.nivo-slice {
    display: block;
    height: 100%;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    left: 510px;
    position: absolute;
    top: 50px;
    width: 450px;
    z-index: 8;
	    font-family: sans-serif;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    opacity: 0.9;
    padding: 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}

.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 41%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
#slider-wrapper {
    height: 350px;
    margin: 0 auto;
    width: 960px;
}
#slider {
    background: url("../images/nivo/loading.gif") no-repeat scroll 50% 50% #000000;
    height: 350px;
    position: relative;
    width: 960px;
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a {
    border: 0 none;
    display: block;
}
.nivo-controlNav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    bottom: -16px;
    box-shadow: 0 1px 2px #000000;
    left: 40px;
    padding: 7px;
    position: absolute;
    z-index: 9999;
}
.nivo-controlNav a {
    background: url("../images/nivo/bullets.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
}
.nivo-controlNav a.active {
    background-position: 0 -22px;
}
.nivo-directionNav a {
    border: 0 none;
    display: block;
    height: 60px;
    text-indent: -9999px;
    width: 60px;
}
a.nivo-nextNav {
    background-position: -60px 0;
    right: 15px;
}
a.nivo-prevNav {
    left: 15px;
}
