/* CSS Document */
#gallery { 
	position:relative; width:324px; height:200px; 
}
#images {
	border:0px; width:287px; height:200px; margin-bottom:0px;
}
#image {
	position:relative; width:324px; height:200px; padding:0px; border:5px; background-image: url('http://www.cityofwpb.com/fr09/img/slideBg.jpg'); url(http://www.cityofwpb.com/fr09/img/loading.gif) center center no-repeat;
}
#image img {
	position:absolute; top:5px; left: 19px; border: 0px solid; vertical-align: middle; margin-left: 14px; margin-right: 14px; margin-top: 6px; margin-bottom: 6px; 
}
#thumbwrapper {
	margin-top:0px; padding:0px; width:287px; height:200px;
}
#thumbarea {
	position:relative; overflow:hidden; width:287px; height:200px;
}
#thumbs {
	position:absolute; list-style:none; height:1px; width:1px; border-right:0px solid #9C9C9C; 
}
#thumbs li {
	float:left; cursor:pointer;
}
.imgnav {
	position:absolute; width:324px; height:200px; outline:none; cursor:pointer;
}
#previmg {
	left:0; background:url('http://www.cityofwpb.com/fr09/img/slideLeft.jpg') left center no-repeat; 
}
#nextimg {
	right:0; background:url('http://www.cityofwpb.com/fr09/img/slideRight.jpg') right center no-repeat; 
}
body {
  margin-top: 0px;
  margin-left: 0px; 
}



