ul.slides,
li.slide {
	margin: 0;
	padding: 0;
	list-style: none;
}

li.slide { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 608px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.slide-overlay {
	position: absolute;
	bottom: 0;
	background-color: #408DD2;
	color: #fff;
	padding: 20px 10px 10px;
	width: 588px;
	opacity: 0.8;
}

.slide-overlay a {
	color: #fff;
	text-decoration: underline;
}

.slide-overlay p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

.slide-overlay h4 {
	color: #fff;
}

#controls {
	font-size: 12px;
	line-height: normal;
}

#controls span a{
	color: #696969;
	text-decoration: none;
}

#controls span.current a {
	color: #396693;
	text-decoration: none;
}