﻿	#slides {
      display: none
    }

    /* Center the slideshow */
    .slides_container {
      margin: 0 auto
	  height:0;
    }

	/* For tablets & smart phones */
    @media (max-width: 767px) {
      .slides_container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .slides_container {
        width: auto
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .slides_container {
        width: 724px
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .slides_container {
        width: 1170px
      }
    }