﻿.body_slides{
	list-style:none;
	margin:0;
	padding:0;
	z-index:-2; 
	background:#000;}
.body_slides,
.body_slides:after{
    position: fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.body_slides:after {content: ''; /*background: transparent url(pattern.png) repeat top left;*/}

@-webkit-keyframes anim_slides {
0% {opacity:0;}
6% {opacity:1;}
24% {opacity:1;}
30% {opacity:0;}
100% {opacity:0;}
}
@-moz-keyframes anim_slides {
0% {opacity:0;}
6% {opacity:1;}
24% {opacity:1;}
30% {opacity:0;}
100% {opacity:0;}
}
.body_slides li{
    width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
    background-size:cover;
    background-repeat:none;
	opacity:0;
    -webkit-animation: anim_slides 18s linear infinite 0s;
    -moz-animation: anim_slides 18s linear infinite 0s;
    -o-animation: anim_slides 18s linear infinite 0s;
    -ms-animation: anim_slides 18s linear infinite 0s;
    animation: anim_slides 18s linear infinite 0s;
}
.body_slides li:nth-child(1){
background-image: url(images/man-ball.jpg)
}
.body_slides li:nth-child(2){
-webkit-animation-delay: 3.0s;
-moz-animation-delay: 3.0s;
background-image: url(images/v2.jpg)
}
.body_slides li:nth-child(3){
-webkit-animation-delay: 6.0s;
-moz-animation-delay: 6.0s;
background-image: url(images/ball.avif)
}
.body_slides li:nth-child(4){
-webkit-animation-delay: 9.0s;
-moz-animation-delay: 9.0s;
background-image: url(images/ball-net.avif)
}
.body_slides li:nth-child(5){
-webkit-animation-delay: 12.0s;
-moz-animation-delay: 12.0s;
background-image: url(images/balls.avif)
}
.body_slides li:nth-child(6){
-webkit-animation-delay: 15.0s;
-moz-animation-delay: 15.0s;
background-image: url(images/girl.avif)
}
.body_slides li:nth-child(7){
-webkit-animation-delay: 18.0s;
-moz-animation-delay: 18.0s;
background-image: url(images/girls.avif)
}
.body_slides li:nth-child(8){
-webkit-animation-delay: 21.0s;
-moz-animation-delay: 21.0s;
background-image: url(images/girls2.avif)
}
.body_slides li:nth-child(9){
-webkit-animation-delay: 24.0s;
-moz-animation-delay: 24.0s;
background-image: url(images/lito.avif)
}
.body_slides li:nth-child(10){
-webkit-animation-delay: 27.0s;
-moz-animation-delay: 27.0s;
background-image: url(images/v1.jpg)
}
.body_slides li:nth-child(11){
-webkit-animation-delay: 30.0s;
-moz-animation-delay: 27.0s;
background-image: url(images/volleyball-net.jpg)
}
.body_slides li:nth-child(12){
-webkit-animation-delay: 33.0s;
-moz-animation-delay: 27.0s;
background-image: url(images/girls-playing-volleyball.jpg)
}