/* Slideshow */

.slideshow {
	position: relative;
	width: 682px; 
	height: 345px; 
	top:0px;
	left:8px;
}
.slideshow img {
	z-index: 10;
	width: 690px;
	height: 337px;
	margin-left:-7px;
	margin-top:1px;
	position:relative;
}
.recentlist {
	padding:0px;
	margin-top: -40px;
	margin-left:3px;
	position: relative;
	z-index: 2000;
}
ul.recentlist {
	position: absolute;
	bottom: 15px;
	left: 3px;
	list-style: none;
	z-index: 20;
}
div.recentlist  a, div.recentlist  a:visited {
	display: block;
	float: left;
	background: #5f4069;
	padding: 1px 7px;
	border:solid 1px #e4dce7;
	margin-right: 3px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
div.recentlist a:hover, div.recentlist li a:visited:hover {
	background: #ff9c00;
	color: #fff;
	border:solid 1px #e4dce7;
}
div.recentlist a.activeSlide {
	background: #ff9c00;
	color: #fff;
	border:solid 1px #e4dce7;
}
