@charset "utf-8";
/* reset.css */
ul, ol, li{list-style:none;}
address, em{font-style:normal;}
li img, object{vertical-align:top;}
input, select, textarea, form img{vertical-align:middle;}
a{ outline:0; text-decoration:none; border:none; color: #000;}
ul{padding: 0;}
/* Prevent the slideshow from flashing on load */
    #slides {
      display: none;
    margin-top: 30px;
    }

    /* Center the slideshow */
    .container {
      margin: 0 auto;
    }

    /* Show active item in the pagination */
    .slidesjs-pagination .active {
      color:red; }
.slidesjs-pagination{display: none;}



    /* Media quires for a responsive layout */

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
      }
      .container {
        width: auto
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .container {
        width: auto
      }
        
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px
      }
        
        .slidesjs-previous{
            top: 0; right: 30px;
        }
    }

/* For larger displays */
    @media (min-width: 900px) {
      .container {
        width: 1020px
      }
        
         .slidesjs-previous{
            top: 0; right: 30px;;
        }
    }


    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: 1020px;
      }
        
        .slidesjs-previous{
    display: block;
    background: url(../images/previous_1.png) no-repeat ;
    width: 20px; height: 50px;
    z-index: 223;
    position: absolute;
    top: 60%; left: -50px;
    text-indent: -9999px;
}
        
    .slidesjs-next{
    display: block;
    background: url(../images/next_1.png) no-repeat ;
    width: 20px; height: 50px;
    z-index: 222;
    position: absolute;
    top: 60%; right: -50px;
    text-indent: -9999px;
}
    }