#slideshow {
	list-style:none; color:#fff;
	
	}
#slideshow span {
	display: block;
	}

#wrapper {
	width:930px; 
	margin:0px auto; 
	display:none;
	}
	
#wrapper * {
	margin:0; padding:0;
	}
#fullsize {
	position:relative; 
	width:930px; 
	height:323px; 
	
	 
	
	}
#information {
	
	}
#information h3 {
	padding: 20px 30px 0 30px;
	font-size: 2em;
	font-weight: normal;
	
	}
#information  h3 a {
	text-decoration: underline;
	color: #fff;
}
#information  h3 a:hover {
	text-decoration: none;
	color: #fff;
}
#information p {
	padding:10px 30px 25px 30px;
	font-weight: normal;
	text-align:  center;
	}
	#information p a {
		text-decoration: none;
	}
	#information p a:hover {
		text-decoration: underline;
	}
#image {
	width:930px;
	}
#image img {
	position:absolute; 
	z-index:25; 
	width:auto;
	}
.imgnav {
	position:absolute;
	width:25%; 
	height:323px; 
	cursor:pointer; 
	z-index:150;
	}
#imgprev {
	left:0;
	background:url(../images/left.gif) left center no-repeat;
	}
#imgnext {
	right:0; 
	background:url(../images/right.gif) right center no-repeat;
	}
#imglink {
	position:absolute; 
	height:323px; 
	width:100%;
	z-index:100; 
	opacity:.4; 
	filter:alpha(opacity=40);
	}
.linkhover {
	background:url(../images/link.gif) center center no-repeat;
	}
#thumbnails {
	margin:0;
	}
#slideleft {
	/*float:left; 
	width:20px;
	height:81px; 
	background:url(../images/scroll-left.gif) center center no-repeat;
	background-color:#222;*/
	}
#slideleft:hover {
	background-color:#333;
}
#slideright {
	/*float:right; width:20px; height:81px; 
	background:#222 url(../images/scroll-right.gif) center center no-repeat;*/
	}
#slideright:hover {
	background-color:#333;
}
#slidearea {
	float:left; 
	position:relative; 
	width:930px;
	height:35px; 
	overflow:hidden;
	}
#slider {
	position:absolute; 
	left:0; 
	height:35px;
	background: #000;
	top:-10px;	
	}
#slider img {
	cursor:pointer;  
	border : #333 1px solid;

	}
	
