@charset "utf-8";
/* CSS Document */

    #slides {
      display: none
    }

    /* Center the slideshow */
    .container {
      margin: 0 auto
    }

    /* Show active item in the pagination */
	.slidesjs-pagination {
      
	  overflow:visible!important;
	  display:inline-block !important;
	  float:right;
	  position:relative;
	  top:-222px;
	  
    }
	.slidesjs-pagination li {
      
	  background-image:url(../images/pagi.png);
	  background-repeat:no-repeat;
	  background-position:-8px 0px;
	  height:10px;
	  width:5px;
	  font-size:0px;
	  display:inline-block;
	  position:relative;
	  top:0px;
	  margin:3px;
	  -webkit-list-style:none;
 	-moz-list-style:none;
 	list-style:none;
	 
	  
    }
    .slidesjs-pagination .active {
      
	  background-image:url(../images/pagi.png);
	  background-repeat:no-repeat;
	  background-position:0px 0px;
	  height:5px;
	  width:5px;
	  display:block;
	  list-style:none;
	 
    }
	 

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

    /* 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
      }*/
    }
	a.slidesjs-previous, a.slidesjs-navigation
	{display:none;}