#gallery-container
{
	float: left;
	width: 748px;
	min-height: 650px;
	height: auto;
	margin-top: -50px;
	padding: 70px 20px 0 37px;
	background: url('/Themes/emerald_activities/images/layout_gallery_scroll_top.png') no-repeat;
}

#gallery-tile
{
	float: left;
	width: 805px;
	margin-top: 60px;
	margin-left: -40px;
	margin-bottom: 30px;
	background: url('/Themes/emerald_activities/images/layout_gallery_scroll_tile.png') repeat-y;
}

#gallery-bottom
{
	float: left;
	width: 805px;
	height: 51px;
	margin-bottom: -15px;
	background: url('/Themes/emerald_activities/images/layout_gallery_scroll_bottom.png') no-repeat;
}

div.galleriffic-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: 560px; 
}
div.galleriffic-content a, div.navigation a {
	text-decoration: none;
}
div.galleriffic-content a:focus, div.galleriffic-content a:hover, div.galleriffic-content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
	display: none;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 505px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/Themes/emerald_activities/images/loadingAnimation.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 560px;
	height: 505px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
}
div.slideshow a.advance-link {
	margin: 0;
	padding: 0;
	display: block;
	width: 560px;
	height: 505px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 505px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}
div.caption-container {
	float: left;
}
div.caption {
	width: 560px;
	margin-left: 3px;
	padding: 0 10px;
}
div.caption a {
	
}
div.image-title {
	text-align: center;
}
div.image-desc, div.share-image, div.edit-image, div.add-this, div.image-pending, div.showcase-image
{
	padding: 12px 15px 0 15px;
}
div.forum-copy textarea
{
	width: 200px;
	height: 16px;
	border: 1px solid #543A10;
	background-color: #f7eedb;
	font-size: 12px;
	padding: 5px;
}
div.external-copy, div.forum-copy
{
	margin-top: 15px;
}
div.external-copy textarea
{
	width: 500px;
	height: 48px;
	border: 1px solid #543A10;
	background-color: #f7eedb;
	font-size: 12px;
	padding: 5px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
select.image-filter
{
	width: 180px;
	margin-left: 5px;
	margin-bottom: 5px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	height: 543px;
	overflow: auto;
	padding: 0 0 5px 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 0 0 5px;
	list-style: none;
	border: 1px solid #211607;
}
a.thumb {
	padding: 0;
	display: inline;
}
ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
	border: 0;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}