div.postgallery {
	float: right;
	width: 400px;
	padding: 10px 0 10px 10px;

}
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:400px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 400px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	margin-bottom: 3px;
}
div.slideshow span.image-wrapper img {
	width: 400px;
}
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 {
	width: 400px;
	margin: 5px 0 0 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 2px 4px 2px;
	list-style: none;
}
a.thumb {
	display: block;
	background-color: #fff;
}
ul.thumbs li.selected a.thumb {
	background-color: #fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	width: 76px;
	display: block;
}