
	
    a.slidesjs-next{
		z-index:1000;
		background-image: url(/m/images/main/btns-next-prev.png);
		background-repeat: no-repeat;
		display:block;
		top:50%;
		left:50%;
		margin-left:42%;
		width:20px;
		height:35px;
		overflow: hidden;
		text-indent: -9999px;
        position:absolute;
	
		
	}
    a.slidesjs-previous {
		z-index:1000;
		background-image: url(/m/images/main/btns-next-prev.png);
		background-repeat: no-repeat;
		display:block;
		top:50%;
		left:50%;
		margin-left:-45%;
		width:20px;
		height:35px;
		overflow: hidden;
		text-indent: -9999px;
		position:absolute;
    }

    a.slidesjs-next {
      background-position: -20px 0;
    }



    #slides {
	display: none;
	position:relative;
	width:100%;

	}
	

    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      .Mcontainer {
        width: 100%;
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .Mcontainer {
        width: 100%;
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .Mcontainer {
        width: 100%;
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .Mcontainer {
        width: 100%;
      }
    }
