
#previous, #next {
  width:4%;
  height: 140px;  
  z-index: 9999;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}

#previous {
  background-image: url("../images/leftarrow.png");
}

#next {
  background-image: url("../images/richtarrow.png");
}

/*----------*/

#slides {
      display: none
    }

    #slides .slidesjs-previous {
      margin-top: -30%;
      float: left;
      margin-left: 20px;
    }

    #slides .slidesjs-next {
      margin-top: -30%;
      float: right;
      margin-right: 20px;
    }

    .slidesjs-pagination {
      display: none;
      }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
  
    #slides {
      display: none
    }

    .container {
      margin: 0 auto
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }

      #previous, #next {
        height: 80px; 
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 1170px
      }
    }