#slideshow {
	list-style:none;
	color:#fff
}
#slideshow span {
	display:none
}

#splash-photo {
	margin-top:0 !important;}



#wrapper {
	width:424px;
	height:309px;
	display:none;
	overflow:hidden;
	position:relative;
}

body#home #wrapper {
	height:431px;
}

#wrapper * {
	margin:0;
	padding:0
}
#fullsize {
	position:relative;
	width:424px;
	height:431px;
}


#image {
	width:424px;
	height:431px;
}



#image img {
	position:absolute;
	width:424px;
	height:431px;
}



.imgnav {
	position:absolute;
	width:25%;
	height:306px;
	z-index:150;
	display:none;
}
#imgprev {
	left:0;
	background:url(images/left.gif) left center no-repeat;
	display:none;
}
#imgnext {
	right:0;
	background:url(images/right.gif) right center no-repeat;
	display:none;
}
#imglink {
	position:absolute;
	height:400px;
	width:424px;
	top:0;
	left:0;
	opacity:.4;
	filter:alpha(opacity=40);
	z-index:2;
	background:url(/images/trans-pixel.gif) 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;
	display:none;
}
#slideleft:hover {
	background-color:#333
}
#slideright {
	float:right;
	width:20px;
	height:81px;
	background:#222 url(images/scroll-right.gif) center center no-repeat;
	display:none;
}
#slideright:hover {
	background-color:#333
}
#slidearea {
	float:left;
	position:absolute;
	margin-left:5px;
	height:24px;
	overflow:hidden;
	background:#ffffff;
	width:auto;
	padding:10px;
	margin-top:-150px;
	z-index:9999;
	bottom:0;
	right:0;
}
#slider {
	left:0;
	height:81px;
	background:#ffffff;
}
#slider img {
	cursor:pointer;
	border-bottom:3px solid #ffffff;
	padding-bottom:2px;
	width:24px !important;
	height:24px;
}
#information {
	position:absolute;
	bottom:0;
	width:424px;
	height:0;
/*	background:#000;	*/
	color:#fff;
	overflow:visible;
	z-index:1;
	background:url(/images/info-bg.png) repeat;
}
#information h3 {
	padding:4px 8px 3px;
	position:absolute;
	top:-400px;
	color:#5797c7; 
	line-height:40px;
	font-size:38px;
	text-transform:none;
	z-index:2;
}
#information p {
	padding:8px 8px 8px;
	font-size:10px;
}

#information .new-banner {	
	display:block; 
	background:url(/images/new-banner-lg.png) no-repeat;
	height:72px; 
	width:72px; 
	position:absolute; 
	top:-283px; 
	right:0px;
}

