div.slideshow { 
		position: relative; 
		background: #ffffff; 
		width: 500px; 
		height: 535px; 
		margin-top:20px;
		margin-bottom: 20px;
		}
		
div.slideshow img { 
		position: relative; 
		top: 3px; 
		left: 3px; 
		z-index: 10; 
		background: #fff; 
		max-width: 493px;
		max-height: 400px;
		padding-bottom: 10px;
		}

		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; 
		}
