@-webkit-keyframes cf4FadeInOut {
 0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
 5% {opacity:1;}
 20% {opacity:1;}
 25% {opacity:0;}
 92% {opacity:0;}
 100% {opacity:0;}
}

@-moz-keyframes cf4FadeInOut {
 0% {opacity: 0; -moz-animation-timing-function: ease-in;}
 5% {opacity:1;}
 20% {opacity:1;}
 25% {opacity:0;}
 92% {opacity:0;}
 100% {opacity:0;}
}

@-o-keyframes cf4FadeInOut {
 0% { opacity: 0; -o-animation-timing-function: ease-in; }
 5% {opacity:1;}
 20% {opacity:1;}
 25% {opacity:0;}
 92% {opacity:0;}
 100% {opacity:0;}
}

@keyframes cf4FadeInOut {
 5% {opacity:1;}
 20% {opacity:1;}
 25% {opacity:0;}
 92% {opacity:0;}
 100% {opacity:0;}
}

#cf4a {
  position:relative;
  width:100%;
  height:auto;
  margin:0 auto;
}

#Crosfade6Image img {
	position:absolute;
	width:100%;
	height:auto;
	left:0;
	top: 100px;
}

#Crosfade6Image img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 60s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 60s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 60s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 60s;
}
#Crosfade6Image img:nth-of-type(1) {
  opacity: 0;
  -webkit-animation-delay: 50s;
  -moz-animation-delay: 50s;
  -o-animation-delay: 50s;
  animation-delay: 50s;
}
#Crosfade6Image img:nth-of-type(2) {
  opacity: 0;
  -webkit-animation-delay: 40s;
  -moz-animation-delay: 40s;
  -o-animation-delay: 40s;
  animation-delay: 40s;
}
#Crosfade6Image img:nth-of-type(3) {
  opacity: 0;
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  animation-delay: 30s;
}
#Crosfade6Image img:nth-of-type(4) {
  opacity: 0;
  -webkit-animation-delay: 20s;
  -moz-animation-delay: 20s;
  -o-animation-delay: 20s;
  animation-delay: 20s;
}
#Crosfade6Image img:nth-of-type(5) {
  opacity: 0;
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}
#Crosfade6Image img:nth-of-type(6) {
  opacity: 0;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
