#gallery_container {
	background: #222222;
}
#gallery_container 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: left;
	width: 563px; 
	padding: 20px;
}
#gallery_container div.content a, #gallery_container div.navigation a {
	text-decoration: none;
	color: #777;
}
#gallery_container div.content a:focus, #gallery_container div.content a:hover, #gallery_container div.content a:active {
	text-decoration: underline;
}
#gallery_container div.controls {
}
#gallery_container div.controls a {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-color: #cccccc #888888 #888888 #cccccc;
	padding: 2px 5px;
	background: #ff6600;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}
#gallery_container div.ss-controls {
	float: left;
}
#gallery_container div.nav-controls {
	float: right;
}
#gallery_container div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#gallery_container div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('galleriffic/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#gallery_container div.slideshow {

}
#gallery_container div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#gallery_container div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
#gallery_container div.slideshow a.advance-link:hover, #gallery_container div.slideshow a.advance-link:active, #gallery_container div.slideshow a.advance-link:visited {
	text-decoration: none;
}
#gallery_container div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
#gallery_container div.download {
	float: right;
}
#gallery_container div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
#gallery_container div.caption {
	padding: 12px;
}
#gallery_container div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
#gallery_container div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#gallery_container div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#gallery_container ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#gallery_container ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
}
#gallery_container ul.thumbs li.warning {
	float: left;
	padding: 10px;
	list-style: none;
	background: #a90000;
	color: #eeeeee;
}

#gallery_container a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	height: 75px;
	width: 75px;
}
#gallery_container ul.thumbs li.selected a.thumb {
	background: #FF6600;
}
#gallery_container a.thumb:focus {
	outline: none;
}
#gallery_container ul.thumbs img {
	border: none;
	display: block;
}
#gallery_container div.pagination {
	clear: both;
}
#gallery_container div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#gallery_container div.navigation div.bottom {
	margin-top: 12px;
}


#gallery_container div.pagination a, #gallery_container div.pagination span.current, #gallery_container div.pagination span.ellipsis {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #cccccc;
	border-color: #cccccc #888888 #888888 #cccccc;
	padding: 2px 5px;
	background: #ff6600;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}
#gallery_container div.pagination a:hover, #gallery_container div.pagination a:active {
	background: #fa9653;
}
#gallery_container div.pagination span.current {
	background: #001952;
}
#gallery_container div.pagination span.ellipsis {
	border: none;
}
