#slideshow {
    position: relative;
    width: 940px;
    height: 550px;
    margin: 0 !important;
    border-top: 1px solid #e2e2e2;
}

	#slideshow a {
		border: 0;
		display: block;
		height: 550px;
		width: 940px;
		position:absolute;
		top:0;
		left:0;
		z-index:8;
		opacity:0.0;
	}
	
		#slideshow a img {
			height: 550px;
			width: 940px;
			display: block;
		}


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

#slideshow a.last-active {
    z-index:9;
}

#caption {
	line-height: 30px;
	font-size: 18px !important;
}
	#caption a {
		text-decoration: none;
	}
	
	#caption .highlight {
		color: #343677 !important;
		font-size: 16px !important;
		font-weight: 400 !important;
	}
	
	#caption .learnmore {
		font-size: 13px !important;
		font-weight: 200;	
	}
