#sequence    {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-o-backface-visibility: hidden;backface-visibility: hidden;}
@-webkit-keyframes crossfadeFadeInOut {
 0%     {opacity:1;}
 17%    {opacity:1;}
 25%    {opacity:0;}
 92%    {opacity:0;}
 100%   {opacity:1;}
}
@-moz-keyframes crossfadeFadeInOut {
 0%     {opacity:1;}
 17%    {opacity:1;}
 25%    {opacity:0;}
 92%    {opacity:0;}
 100%   {opacity:1;}
}
@-o-keyframes crossfadeFadeInOut {
 0%     {opacity:1;}
 17%    {opacity:1;}
 25%    {opacity:0;}
 92%    {opacity:0;}
 100%   {opacity:1;}
}
@keyframes crossfadeFadeInOut {
 0%     {opacity:1;}
 17%    {opacity:1;}
 25%    {opacity:0;}
 92%    {opacity:0;}
 100%   {opacity:1;}
}
#crossfade {position:relative;height:531px;width:850px;}
#crossfade img {position:absolute;left:0;display:inline;}
#crossfade img {-webkit-animation-name: crossfadeFadeInOut;-webkit-animation-timing-function: ease-in-out;-webkit-animation-iteration-count: infinite;-webkit-animation-duration: 8s;-moz-animation-name: crossfadeFadeInOut;-moz-animation-timing-function: ease-in-out;-moz-animation-iteration-count: infinite;-moz-animation-duration: 8s;-o-animation-name: crossfadeFadeInOut;-o-animation-timing-function: ease-in-out;-o-animation-iteration-count: infinite;-o-animation-duration: 8s;animation-name: crossfadeFadeInOut;animation-timing-function: ease-in-out;animation-iteration-count: infinite;animation-duration: 8s;}
#crossfade img:nth-of-type(1) {-webkit-animation-delay: 6s;-moz-animation-delay: 6s;-o-animation-delay: 6s;animation-delay: 6s;}
#crossfade img:nth-of-type(2) {-webkit-animation-delay: 4s;-moz-animation-delay: 4s;-o-animation-delay: 4s;animation-delay: 4s;}
#crossfade img:nth-of-type(3) {-webkit-animation-delay: 2s;-moz-animation-delay: 2s;-o-animation-delay: 2s;animation-delay: 2s;}
#crossfade img:nth-of-type(4) {-webkit-animation-delay: 0;-moz-animation-delay: 0;-o-animation-delay: 0;animation-delay: 0;}