#content { display: none; float: left; width: 800px; }

#slideshow-container { float: left; display: inline; width: 636px; height: 430px; position: relative; }

.slideshow a { text-decoration: none; }
.slideshow img { border: 0px; margin: 0px; padding: 0px; }
#slideshow img { margin: 0px; padding: 0px; }
#slideshow { width: 632px; height: 430px; float: left; display: inline; }

#thumbs { float: left; display: inline; width: 158px; height: 430px; }
#thumbs ul { margin: 0px; padding: 0px; }
#thumbs li { list-style: none; margin: 0px 3px 3px 0px; float: left; }
#thumbs img { border: 0px; }
#thumb {width: 74px; height: 54px; overflow: hidden; }
#thumb img { margin-left: 0px; }

#pagination { clear: both; }

div.slideshow span.image-wrapper { display: block; position: absolute; top: 0; left: 0; }

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	background-color: #af0505;
	float: left;
	margin-right: 2px;
	height: 21px;
	padding-left: 2px; padding-right: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 21px;
}
div.pagination a:hover {
	background-color: #898989;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #898989;
	color: #FFFFFF;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
