body {
	margin:0;
	background:#14191c;
	padding:0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#slideshow {
		list-style:none;
		color:#fff;
		height: 590px;
}

#slideshow span {
		display:none;
}
#wrapper {
		width:890px;
		margin:0 auto;
		display:none;
		height: 605px;
}
#wrapper * {
		margin:0;
		padding:0;
		background-color: #252525;
}
#fullsize {
	width:890px;
	height:526px;
	padding:0px;
	background:#252525;
	position: relative;
}
#information {
		position:absolute;
		bottom:10px;
		width:890px;
		height:0;
		background:#252525;
		color:#82828A;
		overflow:hidden;
		z-index:200;
		opacity:.6;
		filter:alpha(opacity=60);
		text-align: center;
}
#information h3 {
	padding:0px 8px 0px;
	font-size:10px;
	margin-top: 0px;
}
#information p {
	padding:0px 8px 0px;
	margin-top: 0px;
	display: block;
	height: 38px;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#image {
	width:890px;
	background-color: #252525;
}
#image img {
		position:absolute;
		z-index:250;
		width:auto;
		top: 0px;
}
.imgnav {
		position:absolute;
		width:50%;
		height:466px;
		cursor:pointer;
		z-index:350
}
#imgprev {
	left:0;
	background:url(images/left.gif) left center no-repeat;
	margin-left: 35px;
	margin-top: 0px;
}
#imgnext {
	right:0;
	background:url(images/right.gif) right center no-repeat;
	margin-right: 35px;
	margin-top: 0px;
}
#imglink {
		position:absolute;
		height:496px;
		width:100%;
		z-index:100;
		opacity:0;
		filter:alpha(opacity=0)
}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {
	margin-top:0px
}
#slideleft {
	float:left;
	width:15px;
	height:52px;
	background:url(images/scroll-left.gif) center center no-repeat;
	background-color:#252525
}
#slideleft:hover {
	background-color:#252525
}
#slideright {
	float:right;
	width:15px;
	height:52px;
	background:#252525 url(images/scroll-right.gif) center center no-repeat
}
#slideright:hover {
	background-color:#252525
}
#slidearea {
		float:left;
		position:relative;
		width:850px;
		margin-left:5px;
		height:81px;
		overflow:hidden
}
#slider {
		position:absolute;
		left:0;
		height:81px
}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
