div.slideshow { 		position: relative; 		background: #615961; 		width: 500px; 		height: 448px; 		margin-top:20px;		margin-bottom: 20px;		}		div.slideshow img { 		position: absolute; 		top: 3px; 		left: 3px; 		z-index: 10; 		background: #fff; 		width: 493px;		height: 400px;		}		ul.recentlist { 		position: absolute; 		bottom: -10px; 		left: -15px; 		list-style: none; 		z-index: 2000; 		}				ul.recentlist li { display: inline; }				ul.recentlist li a, ul.recentlist li a:visited { 		display: block; 		float: left; 		background: #e5e5e5; 		padding: 4px 8px; 		margin-right: 1px; 		color: #000; 		text-decoration: none; 		cursor: pointer; 		}				ul.recentlist li a:hover, ul.recentlist li a:visited:hover { 		background: #b0acb0; color: #fff; 		}				ul.recentlist li a.current { 		background: #b0acb0;		color: black; 		}
