@charset "UTF-8";
/* CSS Document */


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

#slide_container {
	position:relative;
	width: 990px;
	height: 288px;
	}

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

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

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

.small {
	font-size: 10px;
}
.gross {
	font-size: 15px;
}