#slideshow {
	list-style:none;
	color:#001414;
	}
#slideshow span {
	display:none;
	}
#wrapper {
	/*width:404px; */
	margin:0px auto; 
	display:none
	}
#wrapper * {
	margin:0; 
	padding:0;
	}
#fullsize {
	position:relative; 
	float: left;
	width:460px; 
	height:340px; 
	padding:2px; 
	/*border:1px solid #001414; 
	background:#000;*/
	}
#information {
	position:absolute; 
	bottom:-60px; 
	width:460px; 
	/*height:0; */
	/*background:#000; */
	color:#000; 
	overflow:hidden; 
	z-index:200; 
	opacity:.7; 
	filter:alpha(opacity=70);
	text-align: center;
	}
#information h3 {
	padding:4px 8px 3px; 
	font-size:14px;
	}
#information p {
	padding:0 8px 8px;
	}
/*#image {
	width:600px;
	}*/
#image img {
	position:absolute; 
	z-index:25; 
	bottom: 0;
	/*width:auto;*/
	/*height: 100%;*/
	}
.imgnav {
	position:absolute; 
	width:25%; 
	height:310px; 
	cursor:pointer; 
	z-index:150;
	}
#imgprev {
	left:0; 
	background:url(../img/left.gif) left center no-repeat;
	}
#imgnext {
	right:0; 
	background:url(../img/right.gif) right center no-repeat;
	}
#imglink {
	position:absolute; 
	height:200px; 
	width:100%; 
	z-index:100; 
	opacity: .4; 
	filter:alpha(opacity=40);
	}
.linkhover {
	background:url(../img/link.gif) center center no-repeat;
	}
#thumbnails {
	margin-top:5px;
	margin-right: 5px;
	position: relative;
	float: right;
	}
#slideleft, #slideright {
	width:115px; 
	height:20px;  
	margin: 0 auto;
	}
#slideleft {
	background:url(../img/scroll-left.gif) center center no-repeat;
	background-color:#ede8d9;
	margin-bottom: 5px;
	}
#slideright { 
	background:url(../img/scroll-right.gif) center center no-repeat;
	background-color:#ede8d9;
	margin-top: 5px;
	}
#slideleft:hover, #slideright:hover {
	background-color: #e1e1d2;
	}
#slidearea {
	/*float:left; */
	position:relative;
	width:120px;
	height: 350px;
	margin-left:5px; 
	/*height:51px;*/ 
	overflow:hidden;
	}
#slider {
	position:absolute;
	top:0; 
	height:51px;
	}
#slider img {
	cursor:pointer; 
	border:1px solid #5a5b64; 
	padding:2px;
	display: block;
	}
	
div.flesz {
	width: 268px;
	height: auto;
	margin:auto;
	padding: 20px;
	}