#marqueeSlideshow {
	background: #262626;
	width: 241px;
	height: 204px;
	margin: 20px 0 0 10px;
	padding: 5px;
}

#slides .slide {
	position: absolute;
	width: 240px;
	height: 185px;
}

#slides .slide .heading {
	background: #1a1a1a;
	font-size: 1.1em;
	padding: 7px 8px;
}

#slides .slide .heading a:link, #slides .slide .heading a:visited {
	color: #fff;
	text-decoration: none;
}

#slideNav {
	margin: 190px 0 0 0;
	text-align: center;
	height: 10px;
	clear: both;
}
