.slider {
    width: 1200px;
    height: 529px;
    margin: 0 auto;
    background: rgba(56, 164, 141, 0.07);
    /* border: 1px solid #aaa; */
    /* padding: 4px; */
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    /* margin-top: 4px; */
}
#fader { 
  position: relative;
  width: 90%;
  max-width: 1200px; 
  margin: 0 auto; 
  top: 20px;
  width:1000px;
}

#fader img {
  position: absolute;
  background-color: #f3f4ef; border: 1px solid #dedede; padding: 5px;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  max-height:500px;
  margin:0 auto;
}