@charset "utf-8";
/* CSS Document */
@-webkit-keyframes cf4FadeInOut {
 0% {
 opacity:1;
}
 17% {
 opacity:1;
}
 25% {
 opacity:0;
}
 92% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-moz-keyframes cf4FadeInOut {
 0% {
 opacity:1;
}
 17% {
 opacity:1;
}
 25% {
 opacity:0;
}
 92% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-o-keyframes cf4FadeInOut {
 0% {
 opacity:1;
}
 17% {
 opacity:1;
}
 25% {
 opacity:0;
}
 92% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @keyframes cf4FadeInOut {
 0% {
 opacity:1;
}
 17% {
 opacity:1;
}
 25% {
 opacity:0;
}
 92% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
.shadow {
	height: 356px;
	width: 100%;
	position: relative;
	margin: 10px auto;
	/*overflow: hidden;*/
}
.shadow img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
#cf4a img {
	-webkit-animation-name: cf4FadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 5s;
	-moz-animation-name: cf4FadeInOut;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 5s;
	-o-animation-name: cf4FadeInOut;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: infinite;
	-o-animation-duration: 5s;
	animation-name: cf4FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
}
#cf4a img:nth-of-type(1) {
	/*-webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;*/
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s;
}
#cf4a img:nth-of-type(2) {
	/*-webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;*/
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}
#cf4a img:nth-of-type(3) {
	/*-webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;*/
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
#cf4a img:nth-of-type(4) {
	/*-webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;*/
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
#cf4a img:nth-of-type(5) {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}
