#slideshow {
	float: left;
	display: block;
	position: relative;
	height: 355px;
	clear: both;
}

div.slideshow img {
	vertical-align: middle;
	border: 0px solid #ccc;
}

#thumbs {
	position: relative;
	float: left;
	border: 0px;
	background: white;
}

ul.thumbs {
	width: 355px;
  	list-style-type: none;
  	overflow: hidden;
  	padding: 0px;
	margin: 0px;
}

ul.thumbs li {
  	float: left;
	height: 140px;
  	border: 2px;
  	border-bottom: none;
	margin-right: 2px;
	margin-top: 0px;
	padding: 0px;
}

ul.thumbs img {
	margin: 0px;
	border: 0px solid #000;
	vertical-align: top;
	display: block;
}

a.advance-link {
	float: left;
	text-decoration: none;
}

a.advance-link img {
	border: none;
}

span.image-wrapper {
	float: left;
}

