   #slides {
      position:relative;
	  float:left;
      display: none;
	  width:49.5%;
    }
  #slides2 {
  	  position:relative;
	  float:left;
      display: none;
	  margin-left:1%;
	   width:49.5%;
    }
    /* Center the slideshow */
    .container {
      margin: 0 auto
    }

    /* Show active item in the pagination */
    .slidesjs-pagination .active {
      color:red;
    }

    /* Media quires for a responsive layout */

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 10px;
        padding-right: 10px;
      }
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
	  #slides {
       width:100%;
    }
  #slides2 {
  	 width:100%;
	 margin-left:0%;
	 margin-top:0.5%;
    }
    }

    /* 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
      }
    }

.slidesjs-navigation, .slidesjs-pagination {display:none;}