div.slideshow-container {
	position: relative;
	left: 0; 
	clear: both;
	height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	}

div.slideshow a.advance-link {
	display: block;
	width: 0px;
	height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
	}

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

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	}

ul.thumbs {
	clear: both;
	margin: 0;
	width: 100px;
	position: relative;
	left: 0px;
	}

ul.thumbs li {
	float: right;
	padding: 0px 0px 2px;
	margin: 0px;
	list-style: none;
	}

a.thumb {
	padding: 0px;
	display: block;
	}

ul.thumbs li.selected a.thumb {
	padding: 0px 0px 0px 3px;
	background: #CC0033;
	}

a.thumb:focus {
	outline: none;
	}

ul.thumbs img {
	display: block;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 6px solid #FFFFFF;
	}
