#slideshow {
	list-style: none; 
	border: none;
}/*red*/

#slideshow span {
	display: none; 
	border: none; 
	background-color:#FF0;
}/*yellow*/

#wrapper {
	width: 450px;
	margin: 0px auto;
	display: none;
	border: 1px;
	background-color: #fff;
}/*white*/

#wrapper * {
	margin: 0; 
	padding: 0; 
	border: none;
}/*pink*/

#fullsize {
	position: relative;
	width: 450px;
	height: 270px;
	/*padding: 2px;*/
	border: none;
	background-color: #0f090d;
}/*dark grey*/

#information {
	position: absolute; 
	bottom: 0; 
	width: 450px; 
	height: 0; 
	background: #4B4F4E; 
	color: #fff; 
	overflow: hidden; 
	z-index: 200; 
	opacity: .4; 
	filter: alpha(opacity=50)
}/*pop-up info*/

#information h3 {
	padding:4px 8px 3px; 
	font-size:14px
}/*pop-up text*/

#information p {
	padding:0 8px 8px
}

#image {
	width:450px; 
	border:none;
}

#image img {
	position:absolute; 
	z-index:25; 
	width:auto; 
	border: none; 
	background-color: #fff;
}/*purple*/

.imgnav {
	position:absolute; 
	width:25%; 
	height:270px; 
	cursor:pointer; 
	z-index:150; 
	border:none; 
	background-color:#CCC;
}/*grey*/

#imgprev {
	left:0; 
	background:url(../gallery/images/left.gif) left center no-repeat;
}

#imgnext {
	right:0; 
	background:url(../gallery/images/right.gif) right center no-repeat;
}

#imglink {
	position:absolute; 
	height:270px; 
	width:100%; 
	z-index:100; 
	opacity:.4; 
	filter:alpha(opacity=40)
}

.linkhover {
	background:url(images/link.gif) center center no-repeat;
}

#thumbnails {
	margin-top:5px;
}

#slideleft {
	float: left;
	width: 20px;
	height: 81px;
	background-image: url(../gallery/images/scroll-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #4B4F4E;
}

#slideleft:hover {
	background-color:#D0D2D3;
}

#slideright {
	float:right; 
	width:20px; 
	height:81px; 
	background-image: url(../gallery/images/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #4B4F4E;
}

#slideright:hover {
}

#slidearea {
	float:left; 
	position:relative; 
	width:405px; 
	margin-left:5px; 
	height:81px; 
	overflow:hidden; 
	border:none;
}

#slider {
	position:absolute; 
	left:0; 
	height:81px;
}

#slider img {
	cursor: pointer; 
	border: 1px solid #666; 
	padding: 2px;
}
