/* ********************************************************************** */
/*  Slideshow
/* ********************************************************************** */
	
	#nav-slideshow-wrapper ul, #nav-slideshow-wrapper li, #nav-slideshow-wrapper div, #nav-slideshow-wrapper img {
		border: 0 none;
		margin: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	#nav-slideshow-wrapper {
		position: relative;
		height: 289px;
		width: 980px;
		overflow: hidden;
	}
	
	#nav-slideshow {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 980px;
		height: 250px;
		overflow: hidden;
	}
	
	#nav-slideshow a {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}
	
	#nav-slideshow a.visible {
		display: block;
	}
	
	#nav-buttons {
		position: absolute;
		z-index: 3;
		bottom: 0;
	}
	
	#nav-bg {
		position: absolute;
		z-index: 3;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 53px;
		background-repeat: repeat-x;
		background-position: left bottom;
		background-image: url(images/index/nav.gif);
	}
	
	#nav-buttons ul li {
		list-style-type: none;
		float: left;
		position: relative;
		cursor: pointer;
		z-index: 5;
		height: 53px;
		width: 244px;
		margin-right: 1px;
		text-align: center;
		text-decoration: none;
	}
	
	#nav-buttons ul li div {
		position: absolute;
		bottom: 0;
		width: 244px;
		height: 38px;
	}
	
	#nav-buttons ul li.last { border-right: 0 none; }
	
	#nav-buttons ul li img {
		margin-top: 24px;
	}

	#nav-pointer {
		position: absolute;
		z-index: 4;
		left: 0;
		top: 0;
		height: 53px;
		width: 244px;
		margin-right: 1px;
		background-image: url(images/index/nav_selected.gif);
	}

