@charset "utf-8";

/*
Date: 12/01/2013
Auth: Eric H.
Section: Fort Huachuca Welcome slider
Note: Set the width and height to match your images
*/

#CustomSlideShow {
	position:relative;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:auto;
	box-shadow: 0 0 2 0px rgba(0,0,0,0.4);
	z-index: 0;
	width:320px;
	height:220px;
}
#CustomSlideShow IMG {
	position:absolute;
	top: 0;
	left: 0;
	z-index:8;
	opacity:0.0;
	width:300px;
	height: 220px;	
}
#CustomSlideShow IMG.active {
    z-index:10;
    opacity:1.0;
}
#CustomSlideShow IMG.last-active {
    z-index:9;
}
