img{
	border:0;
}

/* 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;
	/* width:472px;	*/
	width:750px;
	background-color: #fff;
}

div.slideshow {
	clear: both;
}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
}

div.slideshow img {
	border: none;
	display: block;
}

div.navigation {
	width:166px;float: left;
}

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: #88f;
}

ul.thumbs a:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}
