/*** 
set the width and height to match your images 
**/

#slideshow2 {
    position:relative;
    height:350px;
	z-index:-1;
}

#slideshow2 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow2 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 IMG.last-active {
    z-index:9;
}

#slideshow2 img {
	/* Set rules to fill background */
	min-height: 470px;
	min-width: 1440px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: 470px;
			
	/* Set up positioning */
	position: fixed;
	margin-top:140px
/*	top: 0;
	left: 0;*/
}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
}


