body {
	margin:0;
	padding:5px;
	font:11px Verdana,Arial;
}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}

#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:300px;
	height:250px;
	padding:2px;
	background:#fff;
	border: 1px solid #CCC;
}
#information {
	position:absolute;
	bottom:0;
	width:500px;
	height:0;
	background:#fff;
	color:#003;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70)
}
#information h3 {
	padding:0px;
	font-size:14px
}
#information p {
	padding:0
}
#image {
	width:298px
}
span img {
	height: 100px;
}

#image img {position:absolute; z-index:25; width:auto}
.imgnav {
	position:absolute;
	width:25%;
	height:298px;
	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:244px;
	width:100%;
	z-index:100;
	opacity:.4;
	filter:alpha(opacity=40)
}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {
	margin-top:5px
}
#slideleft {
	float:left;
	width:20px;
	height:25px;
	background:url(images/scroll-left.gif) center center no-repeat;
	background-color:#CCC
}
#slideleft:hover {
	background-color:#666
}
#slideright {
	float:right;
	width:20px;
	height:25px;
	background-image: url(images/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {
	background-color:#999
}
#slidearea {
	float:left;
	position:relative;
	width:298px;
	margin-left:0px;
	height:25px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height:25px
}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}
.title-slide {
	float: right;
	width: 298px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 36px;
}
.title-slide2 {
	float: right;
	width: 298px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	height: 36px;
}
