#slideshowNav {
	background-color: #9B0000;
	text-align: center;
}
	#slideshowNav a {
		color: #FFFFFF;
		text-decoration: none;
		margin: 0 5px;
	}

	#slideshowNav a.activeSlide {
		font-weight: bold;
	}

	#slideshowNav a:focus {
		outline: none;
	}
	
	#slideNext,#slidePrev {
		cursor: pointer;
		color: #FFFFFF;
		margin: 0 5px;
	}
	
	#slideInfo {
		display: none;
		opacity: .75;
		height: 20px;
		background: url(../images/header.bg.gif) top repeat-x;
		text-align: center;
		color: #FFFFFF;
		font-size: 0.85em;
		font-weight: bold;
		width: 100%;
	}