/* CSS Document */
 .container {
 	position:relative;
	}
.ContainPic{
	overflow:hidden;
	height:50%;
	}
.ContainPic img{
	    width: auto;
    height: 90%;
	border:10px solid #FFFFFF;
	}
.slidesjs{
	height:400px;
	}
.slidesjs-slide{
	position:relative!important;
	margin-left:0;
	
	overflow:hidden;
	height:100vh;
	margin:0 auto;
	text-align:center;
    width: auto!important;
	}
	
.slidesjs-navigation{
	z-index:20000;
	position:absolute;
	top:300px;
	height:50px;
	width:50px;
	}
.slidesjs-previous{
	background-image:url(../images/ArrowRight.png);
	background-repeat:no-repeat;
	background-position:center;
	right:5%;
	}
	.slidesjs-next{
	left:5%;
	background-image:url(../images/ArrowLeft.png);
	background-repeat:no-repeat;
	background-position:center;
	}
  #slides {
      display: none
    }

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

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

    /* Media quires for a responsive layout */
	@media (max-width: 940px) {
		.slidesjs-slide{
	margin-left:0;
	
	overflow:hidden;
	
	
    width: auto!important;
	}
	.PageGalerie{
		padding-top:100px;
	}
	}
    /* 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: auto;
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .container {
        width: auto;
      }
    }