.slider-wrapper{
    position:relative;
    overflow:hidden;
    
    width:100%;
    
    margin:0px auto;
    margin:120px auto 0px auto;
    margin:20px auto 0px auto;
    
    background:url('../img/backgrounds/bg02.jpg') center top fixed;
    background: none;
    background: #ABBA43;
    
    border:1px solid #000;
    box-shadow:0 3px 5px #666;
    z-index: 0;
}

.slider{
    position:relative;
    width:100%; 
/*  height:400px; when responsive, comment this out */
    margin:0 auto;
    
    background:transparent;
    
}
.fd1{
    background:url('../img/backgrounds/bg02.jpg') center top fixed;
}
.fd2{
    background:url('../img/backgrounds/bg01.jpg') center top fixed;
}

@media only screen and (min-width: 1000px){
    .slider-wrapper{margin:120px auto 0px auto;}
    .slider{
        width:1000px;
    }
}

@media only screen and (min-width: 1440px){
    .slider-wrapper{margin:120px auto 0px auto;}
    .slider{
        width:1440px;
    }
}

