@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666;
}
#slideshow {
	list-style:none
}
#slideshow span {display:none}
#wrapper {
	width:1040px;
	display:none;
	height: 405px;
	margin-bottom: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:1040px;
	height:435px;
	border:1px solid #333
}
#information {
	width:1040px;
	height:335px;
	color:#000;
	overflow:hidden;
	z-index:200;
	position: absolute;
	bottom: 0px;
}
#information h3 {
	font-size:4em;
	color: #25477B;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 1.5px 2px #333;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-indent: 10px;
}


#information p {
	font-size: 16px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#image {
	width:1040px
}
#image img {
	position:absolute; 
	z-index:25; 
	width:auto;
}
.imgnav {
	position:absolute;
	width:100%;
	height:310px;
	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:306px;
	width:100%;
	z-index:100;
	opacity: .4;
	filter: alpha(opacity=60);
}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {
	float:left;
	width:20px;
	height:81px;
	background:url(images/scroll-left.gif) center center no-repeat;
	background-color:#222
}
#slideleft:hover {background-color:#333}
#slideright {
	float:right;
	width:19px;
	height:81px;
	background:#222 url(images/scroll-right.gif) center center no-repeat;
}
#slideright:hover {
	background-color:#333;
	}
#slidearea {
	float:left;
	position:relative;
	width:998px;
	height:83px;
	clear: none;
	overflow:hidden;
}
#slider {
	position:absolute;
	left:0;
	height:85px;
}
#slider img {
	cursor:pointer;
	border:1px solid #666;
}
