#slideshow {
	list-style:none; 
	color:#fff;
	}
#slideshow span {
	display:none;
	}
#wrapper {
	width:450px;
	 margin:20px auto; 
	 display:none;
	 }
#wrapper * {
	margin:0; 
	padding:0;
	}
#fullsize {
	position:relative; 
	width:450px; 
	height:450px; 
	padding:2px; 
	border:1px solid #ccc; 
	background:#ccc;
	}
#information {
	position:absolute; 
	bottom:0; 
	width:450px; 
	height:0; 
	background:#ccc; 
	filter: Alpha(Opacity=60, FinishOpacity=80, Style=4);
	color:#000; 
	overflow:hidden; 
	z-index:200;
	}
#information h3 {
	padding:4px 8px 3px 10px; 
	font-size:14px
	}
#image {
	width:450px;
	}
#image img {
	position:absolute; 
	z-index:25; 
	width:auto;
	}
.imgnav {
	position:absolute; 
	width:25%; 
	height:450px; 
	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:450px; 
	width:100%; 
	z-index:100;
	}
.linkhover {
	background:url(../images/link.gif) center center no-repeat;
	}
#thumbnails {
	margin-top:15px; 
	width:450px;
	}
#slideleft {
	float:left; 
	width:20px; 
	height:90px; 
	background:url(../images/scroll-left.gif) center center no-repeat; 
	margin:0 1px;
	}
#slideright {
	float:left; 
	width:20px; 
	height:90px; 
	background:url(../images/scroll-right.gif) center center no-repeat; 
	margin:0 0 0 6px;
	}
#slidearea {
	float:left; 
	position:relative; 
	width:400px; 
	height:90px; 
	overflow:hidden;
	margin-top:10px;
	}
#slider {
	position:absolute; 
	left:0; 
	height:80px;
	}
#slider img {
	cursor:pointer; 
	border:1px solid #666; 
	padding:2px;
	}
