.gallery {
	width: 100%;
	margin: 0 0 1em 0;
	overflow: hidden;
}

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: 100%; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.content  a:focus,
div.content  a:hover,
div.content  a:active 
{text-decoration: underline;}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 252px
}

div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {

}

div.slideshow img {
	border: none;
	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. */
	width: 330px;
	display: block;
	float: left;
	clear: both;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 0 0;
	list-style: none;
}

a.thumb {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

a.thumb img {
	width: 62px;
	height: 54px;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}