div#Slider {
  width: 100%;
  margin-bottom: 42px;
  position: relative; }
  @media only screen and (max-width: 949px) {
    div#Slider {
      margin-bottom: 32px; } }
  div#Slider img {
    opacity: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    -moz-transition: linear all 1s;
    -o-transition: linear all 1s;
    -webkit-transition: linear all 1s;
    transition: linear all 1s; }
    div#Slider img.Current {
      opacity: 1; }

/*# sourceMappingURL=Slider.css.map */
