/*Diashow*/
.slide_container{
  margin:50px auto;
  width:350px;
  height:144px;
  float: left;
  overflow:hidden;
/*  border: 1px solid grey;
  border:10px solid;
  border-top-color:#856036;
  border-left-color:#5d4426;
  border-bottom-color:#856036;
  border-right-color:#5d4426;
  position:relative;
*/
}
.slide_photo{
  position:absolute;
  animation:round 36s infinite;
  opacity:0;
}

@keyframes round{   
  2%{opacity:1;}
  13%{opacity:1;}
  15%{opacity:0;}
} 

img:nth-child(9){animation-delay:0s;}
img:nth-child(8){animation-delay:4s;}
img:nth-child(7){animation-delay:8s;}
img:nth-child(6){animation-delay:12s;}
img:nth-child(5){animation-delay:16s;}
img:nth-child(4){animation-delay:20s;}
img:nth-child(3){animation-delay:24s;}
img:nth-child(2){animation-delay:28s;}
img:nth-child(1){animation-delay:32s;}
