#slide1 {
	background-image: url(../images/homepageslider/IMG_0667.jpg); 
}
@media screen and (max-width: 450px) {
	#slide1 {
		background-image: url(../images/mobile/homepageslider/IMG_0667.jpg);
	}
}
#slide2 {
	background-image: url(../images/homepageslider/IMG_0670.jpg);
}
@media screen and (max-width: 450px) {
	#slide2 {
		background-image: url(../images/mobile/homepageslider/IMG_0670.jpg);
	}
}
#slide3 {
	background-image: url(../images/homepageslider/IMG_0875.jpg);
}
@media screen and (max-width: 450px) {
	#slide3 {
		background-image: url(../images/mobile/homepageslider/IMG_0875.jpg);
	}
}
#slide4 {
	background-image: url(../images/homepageslider/IMG_6527.JPG);
}
@media screen and (max-width: 450px) {
	#slide4 {
		background-image: url(../images/mobile/homepageslider/IMG_6527.JPG);
	}
}