div.content {
	display: none; float: right;	width: 500px; height: 375px;
}
div.content img {
	margin: 0 !important;
}
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.controls {
	height: 14px;	background-color: #F2F2F2; padding: 5px; border: 1px solid #CCC; display: block;
}
html>/**/body div.controls, x:-moz-any-link {
	margin: 375px 0 0 0;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.loader {
	position: absolute; width: 500px; height: 375px; background-image: url('../images/gallery/loader.gif'); background-repeat: no-repeat; background-position: center;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left; padding-bottom: 0;
}
div.slideshow a.advance-link {
	padding: 0;	display: block;	border: none;
}
div.slideshow img {
	border: none;	display: block;
}
div.download {
	float: right;	display: none;
}
div.embox {
	clear: both; border: 1px solid #CCC; background-color: #EEE; padding: 10px; display: none;
}
div.image-title {
	font-weight: bold; font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;	padding-top: 12px;
}
div.navigation {

}
ul.thumbs {
	clear: both; margin: 0;	padding: 0;
}
ul.thumbs li {
	float: left; padding: 0; margin: 0 5px 13px 0;	list-style: none;
}
a.thumb {
	width: 50px; height: 50px; padding: 2px; display: block;	border: 1px solid #CCC;
}
ul.thumbs li.selected a.thumb {
	background: #005A84;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;	display: block; margin: 0 !important;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	height: 11px; display:  none; margin-bottom: 12px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;	float: left; margin-right: 2px;	padding: 4px 7px 2px 7px;	border: 1px solid #CCC;
}
div.pagination a:hover {
	background-color: #EEE;	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold; background-color: #000; border-color: #000; color: #FFF;
}
/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none; padding: 0; margin: 0; list-style: none;
}
#thumbs-min a.thumb {
	padding: 0;	display: inline; border: none;
}
#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit; color: #000;	font-weight: bold;
}