div.content {
	display: none;
	width:668px; 
}

div.slideshow {
	margin-bottom:5px;
}

div.slideshow img {
	border:1px solid #434343;
	display: block;
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	width:672px;
}
ul.thumbs li {
	float:left;
	width:108px;
	height:75px;
	margin:0 4px 0 0;
}
a.thumb {
	border:1px solid #434343;
	display: block;
}
ul.thumbs li.selected a.thumb {
	border:1px solid #FF0000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border:none;
	display: block;
}