#big-slider{
    position: relative;
    margin-top: 0;
    z-index: 0;
}

#slider-big{
    margin-left: 0!important;
    margin-top: 0!important;
}

#slider-big li{
    width: 1000px;
    display: inline-block;
    float:left;
    min-height: 480px;
}

#slider-big li img{
    width: 1000px;

}

#btn-big-previous{
    background: url('../img/button_sprite-mm_mos_1.png') no-repeat -50px center;
    right: 0;
    top: 130px;
}

#btn-big-previous:hover{
    background-position: -150px center;
}

#btn-big-next{
    background: url('../img/button_sprite-mm_mos_1.png') no-repeat 0 center;
    left: 0;
    top: 130px;
}

#btn-big-next:hover{
    background-position: -100px center;
}

.slides-navigation{
    position: absolute;
    width: 30px;
    height: 80px;
    padding-top: 0;

}

.caroufredsel_wrapper{
    margin-left: 0!important;
}
#pagination-big{
    position: absolute;
    text-align: center;
    margin-top: -60px;
    left:480px;
    z-index: 9999;
}

#pagination-big a{
    background: url(../img/pagination_NM.png) 0 0;
    text-decoration: none;
    display: inline-block;
    width: 9px;
    padding-top: 9px;
    margin-left: 3px;
}

#pagination-big .selected{
    background-position: 0 -9px;
}

#pagination-big span{
    display: none;
}

#img-credit{
    position: absolute;
    z-index: 9999;
    width: 150px;
    height: 110px;
    top: 270px;
    margin-left: -23px;
}

#small-slider{
    padding-left: 20px;
}


#small-slider li{
    display: inline-block;
    padding-left: 5px;
}

#small-slider img{
    width :285px;
    height: 135px;
}

#btn-small-previous{
    position: absolute;
    background: url(../img/button-arrow-left.png);
    left: 0;
    margin-top: -100px;
    cursor: pointer;
    width: 38px;
    height: 38px;
}

#btn-small-next{
    position: absolute;
    background: url(../img/button-arrow-right.png);
    right: 0;
    margin-top: -100px;
    cursor: pointer;
    width: 38px;
    height: 38px;
}

#small-carousel{
    margin-left: 37px;
    width:925px;
}

#min-slider{
    position: relative;
    margin-top: 20px;
}