@charset "UTF-8";
/* CSS Document */

	.slideshow { 
		position: relative; 
		background: #fafafa; 
		width: 920px; 
		height: 280px;
		 background-image:url(../images/banner_bg.gif); background-repeat:repeat-x;
		 
		
		}
		
		.slideshow img { 
		position: absolute; 
		top: 0px; 
		left: 0px; 
		z-index: 10; 
		background: #fff; 
		}
		
		ul.recentlist { 
		position: absolute; 
		bottom: 12px; 
		right: 4px; 
		list-style: none; 
		z-index: 20; 
		}
		
		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: #666; color: #fff; 
		}
		
		ul.recentlist li a.current { 
		background: #4ab848; 
		color: #fff; 
		}
