
#slideshow {list-style:none; color:#fff; width:904px; }
#slideshow span {display:none}
#wrapper {
	width:904px;
	
	display:none;

}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:611px;
	height:435px;
	z-index: -1;
}
#information {
	position:absolute;
	width:222px;
	height:auto;
	color:#FFFFFF;
	overflow:hidden;
	z-index:200;
	margin-left: 650px;
	top: 80px;
}
#information h3 {
	font-size:18px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
#information p {padding:0 8px 8px}
#image {
	width:611px;
	height:435px;
}
#image img {
	position:absolute;
	z-index:25;
	
}
.imgnav {
	position:absolute;
	width:25%;
	height:110px;
	cursor:pointer;
	z-index:150;
	
}


#imglink {
	position:absolute;
	height:110px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40);
	
}
.linkhover {
	
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#thumbnails {
	margin-top:15px;

}
#slideleft {
	float:left;
	width:4px;
	height:7px;
	background-image: url(images/bre.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}
#slideleft:hover {background-color:#333}
#slideright {
	float:right;
	width:4px;
	height:7px;
	background-image: url(images/brt.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
	margin-right: 5px;
}
#slideright:hover {background-color:#333}
#slidearea {
	float:left;
	position:relative;
	width:859px;
	margin-left:5px;
	height:118px;
	overflow:hidden;
	padding-right: 9px;
	padding-left: 9px;
}
#slider {
	position:absolute;
	left:0;
	height:93px;
	width:856px;
	background-color: #2F1E14;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#slider img {
	cursor:pointer;
	width:133px;
	height:94px;
	padding-right: 3px;
	padding-left: 3px;
}
