#slideshow {
	list-style:none; 
	color:#fff
}

#slideshow span {
	display:none
}

#wrapper {
	width:776px; 
	margin:25px auto; 
	display:none
}

#wrapper * {
	margin:0; 
	padding:0
}

#fullsize {
	position:relative; 
	width:770px; 
	height:460px; 
	padding:0.5em; 
	border:1px solid #B4B8BD; 
	background:#fff
}

#information {
	position:absolute; 
	bottom:0; 
	width:770px; 
	height:0; 
	background:#fff; 
	color:#675545; 
	overflow:hidden; 
	z-index:200; 
	opacity:.9; 
	filter:alpha(opacity=90)
}

#information h3 {
	padding:4px 8px 3px; 
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif
}

#information p {
	padding:0 8px 8px; 
	font-size:0.70em
}

#image {
	width:770px
}

#image img {
	position: absolute;
	z-index:25; 
	width:auto
}

.imgnav {
	position:absolute; 
	width:25%; 
	height:466px; 
	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:466px; 
	width:100%; 
	z-index:100; 
	opacity:.4; 
	filter:alpha(opacity=40)
}

a{	
	color:#44392F;
	text-decoration:none;
	font-weight:bold
}

a:hover{
	color:#44392F;
	text-decoration:underline;
	font-weight:bold
}
