html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
}
a{
	color: gray;
	text-decoration: none;
	border-style: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: Arial, sans-serif;
	margin: 0 0 0px 0;
}
h1 {
	padding: 0;
	font: 800 18px/20px Arial, sans-serif;
	color: #484848;
}
h2 {
	color: #666666;
	font: 400 12px/14px Arial, sans-serif;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 549px;
	background-color: #fff;
	text-align: left;
}
div#container {
}
div#ads {
	clear: both;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
/***********************************/

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 400px; 
}
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 {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 300px;
	bottom: 22px;
	border-style: none;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 403px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	bottom: 22px;
	border-style: none;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 22px;
	border-style: none;
}
div.slideshow a.advance-link {
	display: block;
	width: 403px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	bottom: 22px;
	border-style: none;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	bottom: 22px;
	border-style: none;
}
div.slideshow img {
	bottom: 300px;
	clear: both;
	position: relative;
	border-style: none;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	top: 270px;
}
span.image-caption {
	display: block;
	position: absolute;
}
div.caption {
	background-color: #000;
	padding: 6px;
	color: #ccc;
	opacity: 0.8;
}
div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4px;
}

div.image-desc {
	padding-top: 0px;
	line-height: 0.7em;
	font: Arial, sans-serif;
	letter-spacing: 0.1em;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 5px 0 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 1px 5px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #df0000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	font: Arial, sans-serif;
	clear: both;
}
div.navigation div.top {
	margin-bottom: 0px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 0px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	padding: 4px 7px 2px;
	border: 1px solid #ccc;
	margin-right: 4px;
	margin-bottom: 4px;
}
div.pagination a:hover {
	background-color: #df0000;
	text-decoration: none;
	color: #fff;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #df0000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0px 3px 2px;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}

span.counthis {
	color: gray;	font: bold 11px Arial, sans-serif;
	float: right;
}

