body {
	margin:0;
	background:#000000;
	padding:0px;
	text-align: left;
}
#slideshow {
	list-style:none;
	color:#fff;
	position: absolute;
	left: auto;
	right: auto;
}
#slideshow span {display:none}
#wrapper {
	display:none;
	margin-top: 48px;
	margin-bottom: 50px;
}
#wrapper * {
	margin-right: auto;
	margin-left: auto;
}
#fullsize {
	position:relative;
	width:547px;
	height:232px;
	padding:2px;
	background:#000;
}
#information {
	/*remove this line to show information box */
	/*display:none;*/
	/* end remove */
	position:relative;
	bottom:0;
	width:549px;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=80);
	height: 50px;
}
#informationhide {
	/*remove this line to show information box */
	display:none;
	/* end remove */
	position:relative;
	bottom:0;
	width:549px;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=80);
	height: 50px;
}
#information h3 {padding:0 8px 8px; font-size:11px}
#information p {padding:0 8px 8px}
#image {
	float:left;
	position:absolute;
	margin-left: auto;
	margin-left: auto;
	text-align: center;
}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:206px; 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:206px; width:100%; z-index:100; opacity:.6; filter:alpha(opacity=40)}
#thumbnails {
	margin-top:190px;
	text-align: left;
}
#slideleft {
	float:left;
	width:20px;
	height:65px;
	background:url(images/scroll-left.gif) center center no-repeat;
	background-color:#000
}
#slideright {float:right; width:20px; height:65px; background:#000 url(images/scroll-right.gif) center center no-repeat}
#slidearea {
	position:absolute;
	width:775px;
	margin-left:60px;
	height:65px;
	overflow:hidden;
	vertical-align: top;
	left: auto;
	right: auto;
	text-align: center;
}
#slider {
	position:absolute;
	left:0;
	height:50px
}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	font-style: normal;
	text-transform: none;
	font-variant: normal;
	text-align: left;
	margin-left: 6px;
}
p {
	text-align: left;
}
#showinfo {
	float:right;
	z-index:300;
	position: absolute;
	bottom: -20px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(images/i.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 0px;
	left: 700;
}

