/* Gallery */
div.content {
	/* The display of content is enabled by a javascript generated style on the page.

	   This is so that the slideshow content won't display unless javascript is enabled. */

	display:block;
	float:left;
	background-color: #fff;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
	margin-top: -3px;
}
div.slideshow img {
	border: none;
	display: block;
}
div.navigation1 {
	width: 360px;
	float: left;
	margin-right: 130px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.thumbs li a {
	padding: 0px;
	display: block;
}
ul.thumbs li.selected a {
	background: #333;
}
ul.thumbs a:focus {
	outline: none;
	background-color:#333;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 40px;
	height: 40px;
}
