.bg-slideshow,
.bg-slideshow:after{
position:fixed;
width:100%;
height:100%;
top:0px;
left:0px;
z-index:-1;
}
.bg-slideshow:after{
content: '';
}
.bg-slideshow li span{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	color:transparent;
	background-size: cover;
	background-position: 50% 40%;
	background-repeat: none;
	opacity: 0;
	z-index:-2;
	-webkit-backface-visibility:hidden;
	-webkit-animation: imageAnimation 20s linear infinite 0s;
}
/*.bg-slideshow li:nth-child(1) span{
	background-image:url('../img/harr.jpg');
}*/
.bg-slideshow li:nth-child(1) span{
	background-image:url('../img/afric.jpg');
}
.bg-slideshow li:nth-child(2) span{
	background-image:url('../img/student.jpg');
	-webkit-animation-delay:10s;
}

@-webkit-keyframes imageAnimation{
 0%{opacity:0;-webkit-animation-timing-function:ease-in;}
 6%{opacity:1;-webkit-animation-timing-function:ease-out;}
 25%{opacity:1;}
 50%{opacity:0;}
 100%{opacity:0;}
}
.no-cssanimations .bg-slideshow li span{
	opacity:1;
}
ol.bg-slideshow {
		list-style-type: none;
	}