.gallery_creator 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: 600px; 
	height: 600px;
	position: relative;
	
}

#galleryContainer {
	position: relative;
	margin-top: 60px;
	}

.gallery_creator div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
.gallery_creator div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
.gallery_creator div.controls {
	position: absolute;
	bottom: 60px;
	right: 20px;
	z-index: 9999;
	height: 23px;
}
.gallery_creator div.controls a {
	padding: 5px;
}
.gallery_creator div.ss-controls {
	float: left;
}
div.nav-controls {
	
}

.gallery_creator #controls {
	
	right: 120px;
	}
	


.gallery_creator div.slideshow-container {
	position: relative;
	clear: both;
	overflow: hidden; 
	height: 482px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.gallery_creator div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 502px; /* 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: 0;
	right: 0;
}

div.slideshow span.image-wrapper img{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
} 
div.slideshow a.advance-link {
	display: block;
	width: 600px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0; /* 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;
	margin-top: 5px;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0;
	left: 0;
}
.caption-container div.caption {
	padding: 12px 150px 12px 30px;
	line-height: 90px
}
div.image-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	float: right !important;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 0px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	color: #5bc5f2;
	
}
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;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.top.pagination {
	display: none;
	}

.gallery_creator .additional {
	position: absolute;
	bottom: 10px;
	text-transform: uppercase;
	
	
	}

.navigation .pagination {
	
	text-align: right;
	/* width: 100%; */
	position: absolute;
	bottom: 85px;
	right: 10px;

	}

.gallery_creator .album_comment {
	margin-top: 20px;
	}

.navigation .pagination a, .navigation .pagination .current {
	padding: 0; 
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 2px #5bc5f2 solid;
	}

.navigation .pagination .current {
	background-color: #5bc5f2;
}

div.navigation a.next, div.navigation a.prev,
div.controls a.next, div.controls a.prev,
div.controls a.pause, div.controls a.play {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 2px #5bc5f2 solid;
	text-indent: -500px;
	padding: 0; 
	overflow: hidden; 	
	background-position: center center;
	background-repeat: no-repeat;
	
	}
	
div.navigation a.next {
	background-image: url('../assets/g-next.png');
	}
	
div.navigation a.prev {
	background-image: url('../assets/g-prev.png');
	}
	
div.controls a.pause, div.controls a.play, div.controls a.next, div.controls a.prev {
	border-color: #fff;
	margin: 5px;
	
	}
	
div.controls a.next {
	background-image: url('../assets/p-next.png');
	}
div.controls a.pause {
	background-image: url('../assets/p-pause.png');
	}
		
div.controls a.prev {
	background-image: url('../assets/p-prev.png');
	}
	
div.controls a.play {
	background-image: url('../assets/p-play.png');
	}
	
	
.albumname {
	font-family: 'HelveticaNeueLTStd-BdCn';
	}
	
.preview_left {
	float: left;
	width: 60%;
	}	

.preview_image {
	width: 30%;
	float: right;
	}

.preview_image img {
	width: 100%;
	height: auto;
	
	}

.gallery_creator ul.list_albums>li {
	margin-top: 50px;
	}

.kategorie {
	font-family: 'Dancing Script';
	font-weight: 700;
	text-transform: none;
	font-size: 24px;	
	
	}	
	

/* RESPONSIVE STUFF */
	
@media (max-width: 1000px) {
	
	.gallery_creator  .navigation {
	width: 100% !important;
	display: none !important;
		}	
		
	.gallery_creator div.slideshow a.advance-link, .gallery_creator div.content {
		width: 100%;
		height: auto;	
	}
		
	.gallery_creator  div.slideshow span.image-wrapper img {
	position: relative;
	
	}
	
	.gallery_creator .preview_left {
		
		width: 100%;	
		float: none;		
		}
		
	.gallery_creator .preview_image {
		
		width: 100%;	
		float: none;		
	}
	
	.gallery_creator div.content {
		width: 100%;	
		float: none; 
		height: auto;
		margin-bottom: 50px;
		
		}
		
	.gallery_creator div.controls {
		bottom: 15px;	
		}
		
	.gallery_creator span.image-caption, 
	.gallery_creator div.slideshow span.image-wrapper {
		width: 100%;
		height: 80vw;
		}	
		
	div.slideshow span.image-wrapper img {
		width: 100%;
		}
	
	.gallery_creator div.slideshow-container {
		height: 80vw;
		
		}
		
		 
}
