div#gallery { position: relative; }

div#gallery.home div.controls, div#gallery.home div#thumbs, div#gallery.home div#thumbs ul { display: none; }

div#gallery div.controls { position: absolute; width: 100%; z-index: 500; height: 0; line-height: 0; }
div#gallery div.controls a { color: #fff; text-transform: uppercase; font-size: 12px; outline: none; }
div#gallery div.controls .play { position: absolute; top: 530px; left:14px; background: url(../gfx/start_slideshow.png) no-repeat center; height: 14px; width: 114px; text-indent: -9000px; outline: none; }
div#gallery div.controls .pause { position: absolute; top: 530px; left:14px; background: url(../gfx/stop_slideshow.png) no-repeat center; height: 14px; width: 108px; text-indent: -9000px; outline: none; }
div#gallery div.controls .prev { position: absolute; top: 568px; left:0; background: #E1E9EF url(../gfx/prev.gif) no-repeat center; height: 54px; width: 26px; text-indent: -9000px; outline: none; }
div#gallery div.controls .next { position: absolute; top: 568px; right:8px; background: #E1E9EF url(../gfx/next.gif) no-repeat center; height: 54px; width: 26px; text-indent: -9000px; outline: none; }

div.slideshow-container {
	position: relative;
	clear: both;
	height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div#gallery.home div.slideshow-container {
	height: 320px;
}
div.imageloader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/static/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 620px;
	height: 300px;
	line-height: 0;
}
div#gallery.home div.imageloader {
	height: 300px;
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 620px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	line-height: 0;
}
div#gallery.home div.slideshow a.advance-link {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 300px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div#gallery ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
div#gallery ul.thumbs li {
	float: left;
	padding: 0;
	margin: 8px 8px 8px 0;
	list-style: none;
	overflow: hidden;
}
a.thumb {
	padding: 0;
	display: block;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	display: none;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

