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: 375px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
	position: absolute; /*neu*/
	margin:5px 0 0 2px;
	height: 23px;
}
div.controls a {
	padding: 0px; /*original 5 */
}
div.ss-controls {
	float: left;
}
div.nav-controls { /* original div.nav-controls { float: right; }*/
	float: left;
	margin-left: 20px;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 375px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 375px; /*neu*/
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(portfolio/loader01.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 375px; 
	height: 375px; /* war 250 px */
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	/*float: left;
	padding-bottom: 8px;*/
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: 0px;
	height: 375px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 375px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: left;
}
a.advance-link {
	/*width: 375px;*/
}
div.slideshow img {
	vertical-align: top; /* das ist neu */
	border: none;
	margin: 3px 0px 0px 0px;
	max-width: 371px;
	/*display: block; das fehlt in der neuen version*/
}
div.download {
	display: none;
	float: right;
}
/* der folgende Block ist neu */
div.gallery {
	margin: 0;
	padding: 0;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 50px;
	margin: 25px 0 0 0;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 375px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0px 0 0 2px;
}

/* Ende des neuen Blocks */
div.embox {
	clear: both;
}
div.image-title {
	padding-top: 3px;
}

div.image-desc {
	padding-top: 0px;
	margin-bottom: 0px;
}
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. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 5px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #fff;
}
ul.thumbs li.selected a.thumb {
	border: 1px solid #C38461;
	background: #fff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	display: none;/* original true */
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #C38461;
	border-color: #ccc;
	color: #fff;
}
div.pagination span.ellipsis { /* dieser Block ist neu */
	border: none;
	padding: 5px 0 3px 2px;
}



