#slider-wrapper {
    height:283px;
    overflow:hidden;
    position:absolute;
    right:0;
    top:70px;
    width:607px;
}
#slider {
    background:url(../images/loading.gif) no-repeat 50% 50%;
    height:283px;
    position:relative;
    width:607px;
}
#slider img {
    display:none;
    left:0;
    position:absolute;
    top:0;
}
#slider a {
    border:0;
    display:block;
}
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    left:0;
    position:absolute;
    top:0;
}
.nivoSlider a.nivo-imageLink {
    border:0;
    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-box {
    display:block;
    position:absolute;
    z-index:5;
}
.nivo-caption {
    background:#be2a2f;
    color:#fff;
    float:right;
    font-size:14px;
    font-weight:700;
    height:23px;
    line-height:22px;
    margin:260px 1px 0;
    min-width:185px;
    opacity:0.8;
    padding:0 12px;
    position:relative;
    text-transform:uppercase;
    z-index:99;
}
.nivo-caption p {
    color:#fff;
    line-height:22px;
    padding:0;
}
.nivo-caption .nivo-caption-inner {
    margin:0;
    padding:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-prevNav {
    left:15px;
}
.nivo-nextNav {
    right:15px;
}
.nivo-controlNav {
    float:right;
    height:23px;
    margin:260px 0 0;
    text-align:right;
    width:auto;
}
.nivo-controlNav a {
    background:#be2a2f;
    color:#fff;
    cursor:pointer;
    display:inline-block !important;
    font-size:14px;
    font-weight:700;
    height:23px;
    line-height:22px;
    margin:0 0 0 2px;
    padding:0 8px;
    position:relative;
    text-decoration:none;
    z-index:99;
}
.nivo-controlNav a.active,.nivo-controlNav a:hover {
    background:#e7e7e7;
    color:#161616;
}
a.nivo-nextNav {
    background-position:-36px 0;
    right:15px;
}
a.nivo-nextNav:hover {
    background-position:-36px -35px;
}
a.nivo-prevNav {
    background-position:0 0;
    left:15px;
}
a.nivo-prevNav:hover {
    background-position:0 -35px;
}
#slider .nivo-controlNav img {
    display:inline;
    height:auto;
    margin-right:10px;
    position:relative;
    width:120px;
}