.slideshow {
	background:#fafafa;
	width:234px;
	height:177px;
	border:2px solid #fff;
	margin:0px 20px 20px 0px;
	float:left;
	overflow:hidden;
}
.slideshow a.atag {
	border:none;
	text-decoration:none;
	float:left;
	width:234px;
	height:177px;
}
.slideshow img {
	float:left;
	z-index:10;
	background:#fff;
	border:none;
}
div.recentlistwr {
	width:234px;
	float:left;
	background:#fff;
	z-index:20;
	margin-top:-22px;
}
ul.recentlist {
	list-style:none;	
	margin:0px;
	padding:0px;	
	float:right;
}
ul.recentlist li {
	float:left;
	padding:0px;
	margin:0px;
	margin-right:1px;
	background-image:none;
}
ul.recentlist li a, ul.recentlist li a:visited {
	display:block;
	float:left;
	padding:2px 8px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
ul.recentlist li a:hover, ul.recentlist li a:visited:hover {
	color:#900;
}
ul.recentlist li a.current {
	font-weight:bold;
}