#slideshow {
/*height:266px;*/
}
#gallery {
	float:left;
	width:410px;
	overflow:visible;
	position:relative;
	display:block;
	margin-bottom:7px;
}
#gallery img {
	border:none;
	padding:0;
	margin:0;
}
div.loader {
	background-image: url(/images/gallery/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 412px;
	height:266px;
}
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: none;
	width:412px; 
}
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: 0px;
	padding: 0px;
}
ul.thumbs li {
	float: left;
	margin:0px;
	padding:0px;
	list-style: none;
	display:inline;
}
a.thumb {
	padding: 0px;
	margin:0px;
	border:none;
}

div.slideshow span.image-wrapper {
	float: left;
}

ul.thumbs li img {
	border:none;
	margin-right:5px;
	margin-bottom:5px;
	padding:0;
}

