body {
	margin:0;
	background:#fff;
	padding:5px;
	font:11px Verdana,Arial
}
#slideshow {
	list-style:none;
	color:#fff;
	margin-right: 5px;
}
#slideshow span {display:none}
#wrapper {
	width:200px;
	margin:0px 0px;
	display:none
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:758px;
	height:506px;
	padding:0px;
	background-color: #FFFFFF;
}


/*#information {


	position:absolute;
	bottom:1px;
	width:230px;
	height:0px;
	overflow:visible;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=10);
	text-align: right;
	right: 760px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 13px;
	text-decoration: none;
	vertical-align: text-bottom;
}*/


#information {

	position:absolute;
	bottom:0px;
	width:230px;
	height:0px;
	overflow:visible;
	z-index:200;	
	right: 747px;
	font-family: Arial;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	vertical-align: text-bottom;
	
}



#information h3 {
	padding:0px 0px 3px;
	font-size:14px;
	vertical-align: text-bottom;
}
#information p {
	padding:20px 30px 0px;
	text-align: right;
	vertical-align: text-bottom;
}
#image {
	width:758px;
	height: 506px;
}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {
	position:absolute;
	width:10%;
	height:500px;
	cursor:pointer;
	z-index:150;
}
#imgprev {left:0px;	background:url(images/left.gif) left center no-repeat}
#imgnext {right:0px; background:url(images/right.gif) right center no-repeat }
#imglink {
	position:absolute;
	height:306px;
	width:100%;
	z-index:0;
	opacity:.4;
	filter:alpha(opacity=0);
}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {
	margin-top:7px;
	width: 760px;
}
#slideleft {
	float:left;
	width:20px;
	height:15px;
	background:url(images/scroll-left.jpg) center center no-repeat;
	padding: 5px 0px 0px;
}
#slideleft:hover {
}
#slideright {
	float:right;
	width:20px;
	height:15px;
	background:url(images/scroll-right.jpg) center center no-repeat;
	padding: 5px 0px 0px;
}
#slideright:hover {
}
#slidearea {
	float:left;
	position:relative;
	width:715px;
	margin-left:5px;
	height:25px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height:25px;
	width: 715px;
}
#slider img {
	cursor:pointer;
	border:1px solid #999;
	padding:2px
}
