@charset "UTF-8";

#slideshow {
    position:relative;
    height:508px;
	width:674px;
	margin-left:0;  
	background-color:#fff;
	overflow:hidden;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    min-width:674px;
    min-height:508px;
    z-index:8;
    opacity:0.0;
	cursor:pointer;
	object-fit:cover;
	}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}
.slideinfo {
	background-color:#003d71;
	padding-top:16px; 
	height:36px; 
	padding-left:15px;
	color:#fff; 
	font-size:12px; 
	font-weight:normal;
	width:674px;
	
	
}

