#background-images {
	position: fixed;
	top: 0;
	z-index: -150;
	width: 100%;
	height: 100%;
}

#background-images .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
 
}

#background-images .img-1 {
	background: url('slideshow/1-final.jpg') no-repeat right bottom;
	background-attachment: fixed;
	background-size: cover;
}

.xnot-front #background-images .img-1 {
	background: url('slideshow/1-final.jpg') no-repeat right bottom;
}



#background-images .img-2 {
	background: url('slideshow/2.jpg') no-repeat;
}

.xnot-front .img-1,
.xnot-front .img-2,
.xnot-front .img-3,
.xnot-front .img-4,
.xnot-front .img-5 {

}