#slideshow {
	list-style:none;
	color:#fff;
}

#slideshow span {
	display:none;
}

#fullsize {
	width:950px;
	height:578px;
}

#information {
	position:absolute;
	bottom:15px;
	right:15px;
	width:296px;
	height:0;
	background:#fff;
	color:#58595b;
	overflow:hidden;
	z-index:200;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-align:left;
}

#information h3 {
	padding:4px 8px 3px;
	font-size:14px;
}

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

#image {
	width:950px;
}

#image img {
	position:absolute;
	z-index:25;
	width:auto;
}

.imgnav {
	position:absolute;
	bottom:0;
	width:90px;
	height:33px;
	cursor:pointer;
	z-index:500;
}

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

#imgnext {
	left:90px;
	background:url(../images/right.gif) left no-repeat;
}

#loadspin {
	position:absolute;
	top:0;
	width:950px;
	height:578px;
	background:#fff url(../images/loading.gif) center center no-repeat;
	z-index:155;
	opacity:.5;
	filter:alpha(opacity=50);
}

#contentgal {
	height:400px;
	width:725px;
	position:absolute;
	left:210px;
	top:163px;
	z-index:250;
	background:#fff;
	z-index:155;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

#navpos {
	position:absolute;
	bottom:15px;
	left:15px;
	width:180px;
	height:0;
	background:#fff;
	color:#58595b;
	overflow:hidden;
	z-index:200;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

p {
	padding:0;
	margin:0 3px;
	color:#58595b;
	font-family:Georgia, serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	text-transform:normal;
	letter-spacing:normal;
	line-height:1.2em;
}

h3 {
	padding:0;
	margin:2px 3px 0;
	color:#58595b;
	font-family:Georgia, serif;
	font-size:12px;
	font-weight:bold;
	text-transform:normal;
	letter-spacing:normal;
	line-height:1.4em;
}