@-webkit-keyframes spin{from{transform:rotate(0deg);opacity:0.7;}50%{transform:rotate(180deg);opacity:1.0;}to{transform:rotate(360deg);opacity:0.7;}}@keyframes spin{from{transform:rotate(0deg);opacity:0.7;}50%{transform:rotate(180deg);opacity:1.0;}to{transform:rotate(360deg);opacity:0.7;}}@-webkit-keyframes imageFader{0%{opacity:1;}17%{opacity:1;}25%{opacity:0;}92%{opacity:0;}100%{opacity:1;}}@keyframes imageFader{0%{opacity:1;}17%{opacity:1;}25%{opacity:0;}92%{opacity:0;}100%{opacity:1;}}#cf4a{position:relative;}#cf4a img{-webkit-animation-name:imageFader;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-webkit-animation-duration:32s;-moz-animation-name:imageFader;-moz-animation-timing-function:ease-in-out;-moz-animation-iteration-count:infinite;-moz-animation-duration:32s;-o-animation-name:imageFader;-o-animation-timing-function:ease-in-out;-o-animation-iteration-count:infinite;-o-animation-duration:32s;animation-name:imageFader;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-duration:32s;position:absolute;left:0;max-width:100%;}#cf4a img:nth-of-type(1){-webkit-animation-delay:24s;-moz-animation-delay:24s;-o-animation-delay:24s;animation-delay:24s;}#cf4a img:nth-of-type(2){-webkit-animation-delay:16s;-moz-animation-delay:16s;-o-animation-delay:16s;animation-delay:16s;}#cf4a img:nth-of-type(3){-webkit-animation-delay:8s;-moz-animation-delay:8s;-o-animation-delay:8s;animation-delay:8s;}#cf4a img:nth-of-type(4){-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0;}@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-ms-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}