
.slider div:first-of-type{
	background-image: url("../img/n1/IMG_7234.jpg");
}
.slider div:nth-of-type(2){
	background-image: url("../img/n1/IMG_7235.jpg");
	animation-delay: 5s;
}
.slider div:last-of-type{
	background-image: url("../img/n1/IMG_7236.jpg");
	animation-delay: 10s;
}
