.slideshow {
  list-style-type: none;
}

/** slideshow **/

.slideshow,
.slideshow:after { 
		 position: absolute;
		 float:right;width:750px;padding:0px;margin:20;
    height: 383px;
	right: center;
    z-index: 0; 
}

.slideshow li span { 
		position: absolute;
		float:right;width:750px;padding:0px;margin:20;
    height: 383px;
    top: -15px;	
	left: -1px;
    color: transparent;
    background-size: 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
	z-index: 0; 
	border: 1px solid #980e10;
    animation: imageAnimation 30s linear infinite 0s; 
}



.slideshow li:nth-child(1) span { 
    background-image: url("wg_flash_rotator/img/04.jpg"); 
}
.slideshow li:nth-child(2) span { 
    background-image: url("wg_flash_rotator/img/09.jpg");
    animation-delay: 6s; 
}
.slideshow li:nth-child(3) span { 
    background-image: url("wg_flash_rotator/img/07.jpg");
    animation-delay: 12s; 
}
.slideshow li:nth-child(4) span { 
    background-image: url("wg_flash_rotator/img/06.jpg");   
    animation-delay: 18s; 
}
.slideshow li:nth-child(5) span { 
    background-image: url("wg_flash_rotator/img/03.jpg");
    animation-delay: 24s; 
}



@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}


@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}


.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}