#slider {
    background: url("img/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 358px;
    margin: 0 auto;
    padding-bottom: 12px;
    position: relative;
    width: 980px;
}
#slider-min-left {
    background: url("img/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 330px;
    margin: 0 10px 0 0;
    padding-bottom: 12px;
    position: relative;
    width: 480px;
}
#slider-min-right {
    background: url("img/loading.gif") no-repeat scroll 50% 50% transparent;
    height: 330px;
    margin: 0 0 0 10px;
    padding-bottom: 12px;
    position: relative;
    width: 480px;
}
#slider img,#slider-min-left  img,#slider-min-right img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a,#slider-min-left a,#slider-min-right a {
    border: 0 none;
    display: block;
}
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
    display: none;
    height: 100%;
    left: 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-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.nivo-controlNav {
    bottom: -11px;
    left: 285px;
    position: absolute;
}
.nivo-controlNav a {
    background: url("img/sliderarbullets.png") no-repeat scroll 0 0 transparent;
    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 {
    background: url("img/sliderarrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav {
    left: 15px;
}
.clear {
    clear: both;
}
