#img-01, #img-02, #img-03, #img-04, #img-05, #img-06 {
	position: absolute;
	top:0;
	left:0;
	/*transform: translateZ(0%, 100%);*/
	opacity: 0;
}

#img-01 {
	animation : slideshow1 48s linear infinite;
}

#img-02 {
	animation : slideshow2 48s linear infinite;
}

#img-03 {
	animation : slideshow3 48s linear infinite;
}

#img-04 {
	animation : slideshow4 48s linear infinite;
}

#img-05 {
	animation : slideshow5 48s linear infinite;
}

#img-06 {
	animation : slideshow6 48s linear infinite;
}

@keyframes slideshow1 {
	  0% {opacity: 0;}
	 15% {opacity: 1;}
	 39% {opacity: 0; transform:scale(1.2);}
	100% {opacity: 0;}
}

@keyframes slideshow2 {
	  0% {opacity: 0;}
	 15% {opacity: 0; transform:scale(1.0);}
	 30% {opacity: 1;}
	 45% {opacity: 0; transform:scale(1.2);}
	100% {opacity: 0;}
}

@keyframes slideshow3 {
	  0% {opacity: 0;}
	 30% {opacity: 0; transform:scale(1.0);}
	 45% {opacity: 1;}
	 60% {opacity: 0; transform:scale(1.2);}
	100% {opacity: 0;}
}

@keyframes slideshow4 {
	  0% {opacity: 0;}
	 45% {opacity: 0; transform:scale(1.0);}
	 60% {opacity: 1;}
	 75% {opacity: 0; transform:scale(1.2);}
	100% {opacity: 0;}
}

@keyframes slideshow5 {
	  0% {opacity: 0;}
	 60% {opacity: 0; transform:scale(1.0);}
	 75% {opacity: 1;}
	 80% {opacity: 0; transform:scale(1.2);}
	100% {opacity: 0;}
}

@keyframes slideshow6 {
	  0% {opacity: 0;}
	 75% {opacity: 0; transform:scale(1.0);}
	 80% {opacity: 1;}
	 95% {opacity: 1;}
	100% {opacity: 0; transform:scale(1.2);}
}
