.gallery_content div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:510px;
}
.gallery_content div.content a, div.navigation a {
	text-decoration: none;
	color: #374853;
}
.gallery_content div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
.gallery_content div.controls {
	margin-top: 5px;
	height: 23px;
}
.gallery_content div.controls a {
	padding: 0px 5px;
}
.gallery_content div.ss-controls {
	float: left;
}
.gallery_content div.ss-controls .play{
	padding-right: 25px;
	background: url(../../assets/common/btn_more_right.gif) no-repeat 98% 2px;
}

.gallery_content div.ss-controls .pause{
	padding-right: 15px;
	background: url(../../assets/common/hdl_quadrat.gif) no-repeat 98% 2px;
}

.gallery_content div.nav-controls {
	float: right;
}

.gallery_content div.nav-controls .prev {
	padding-left: 15px;
	background: url(../../assets/common/pfeil_links.gif) no-repeat 0px 2px;
	border-right: 1px solid #768793;
}

.gallery_content div.nav-controls .next {
	padding-right: 15px;
	background: url(../../assets/common/pfeil_rechts.gif) no-repeat 98% 2px;
}

.gallery_content div.loader {
	background-image: url('../../assets/common/load.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 350px
}
.gallery_content div.slideshow {
	clear: both;
	width: 512px;
}
.gallery_content div.slideshow span.image-wrapper {
	float: left;
	width: 512px;
	padding-bottom: 12px;
}
.gallery_content div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: 1px solid #c9d4dc;
}
.gallery_content div.slideshow img {
	border: none;
	display: block;
	margin: 0px auto;
}
.gallery_content div.download {
	float: right;
	background: none;
	border: none;
}

.gallery_content div.download a,
.gallery_content div.download a:link,
.gallery_content div.download a:visited,
.gallery_content div.download a:hover,
.gallery_content div.download a:active
{
	background: none;
	text-decoration: underline;
	border: none;
	display: inline;
}

.gallery_content div.embox {
	clear: both;
}

.gallery_content div.embox div.inner
{
	border: 1px solid #c9d4dc;
  background: url(../../assets/common/bg_verlauf_box_breit.gif) #e5ecf1;
	padding: 10px;
}



.gallery_content div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

.gallery_content div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
.gallery_content div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
.gallery_content ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
.gallery_content ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 20px 20px 0;
	list-style: none;
}
.gallery_content a.thumb {
	width: 75px;
	height: 75px;
	overflow: hidden;
	padding: 0px;
	display: block;
	border: 1px solid #c9d4dc;
}
.gallery_content ul.thumbs li.selected a.thumb {
	background: #c9d4dc;
}
.gallery_content a.thumb:focus {
	outline: none;
}
.gallery_content ul.thumbs img {
	border: none;
	display: block;
}
.gallery_content div.pagination {
	clear: both;
	padding-bottom: 20px;
}
.gallery_content div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
.gallery_content div.navigation div.bottom {
	margin-top: 12px;
}
.gallery_content div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #c9d4dc;
}
.gallery_content div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
.gallery_content div.pagination span.current {
	font-weight: bold;
	background-color: #c9d4dc;
	border-color: #c9d4dc;
	color: #fff;
}

/* Minimal Gallery Styles */
.gallery_content #thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

.gallery_content #thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

.gallery_content #thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #c9d4dc;
	font-weight: bold;
}