/*** div.image-title, div.image-desc, div.photo-index  color: #BBB; Farbe gemeinsam hellgrau statt weiss  ***/
div#container {
        overflow: hidden;
}
div.content {
        display: none;
        clear: both;
}

div.content a, div.navigation a {
        text-decoration: none;
}
div.content a:hover, div.content a:active {
        text-decoration: underline;
}

div.navigation a.pageLink {
        height: 77px;
        line-height: 77px;
}

div.controls {
        margin-top: 5px;
        height: 23px;
}
div.controls a {
        padding: 5px;
}
div.ss-controls {
        float: left;
}
div.nav-controls {
        float: right;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
        width: 520px; /* (510) This should be set to be at least the width of the largest image in the slideshow with padding */
}                 /*** anzupassen fuer Fotobreite (650 erforderlich fuer Fotos mit 640px) ***/

div.loader,
div.slideshow a.advance-link,
div.caption-container {
        height: 477px; /* (502) This should be set to be at least the height of the largest image in the slideshow with padding */
                       /***  anzupassen fuer Höhe des Textfeldes neben dem Foto  ***/
}

div.slideshow-container {
        position: relative;		
        clear: both;
        float: right;   /*** anzupassen fuer Foto<=>Text rechts oder links ***/
        height: 450px;  /*** anzupassen fuer Fotohoehe ***/
}

div.slideshow span.image-wrapper {
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
}
div.slideshow a.advance-link {
        display: block;
        line-height: 502px; /* 502px This should be set to be at least the height of the largest image in the slideshow with padding */
        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 a.advance-link:focus {
        outline: none;
}

div.slideshow img {
	margin-bottom: 50px;     /************************ Border um das Foto **********************************/
	border: 0px solid #DDD;
}
div.caption-container {
        float: right;
        position: relative;
}
span.image-caption {
        display: block;
        position: absolute;    /*** absolute ***/
        top: 0;
        left: 0;
}

div.caption-container, span.image-caption {
        width: 224px;     /*** anzupassen fuer Textfeldbreite neben grossem Foto ***/
}

div.caption {
        padding: 0px;
}

div.image-title, div.image-desc, div.photo-index {
	color: #BBB;                                     /*** Farbe hellgrau statt weiss ***/
}	

div.image-title {          /*** Bild-Titel ***/
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 30px;
}
div.image-desc {           /*** Bild-Beschreibung ***/
        line-height: 1.3em;
        padding-top: 25px;		
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 0px;    /*** anpassen fuer linken Abstand des Textfeldes ***/
}
div.navigation-container {
        float: left;
        position: relative;
        left: 50%;
}
div.navigation {
        float: left;
        position: relative;
        left: -50%;
}
div.navigation a.pageLink {
        display: block;
        position: relative;
        float: left;
        margin: 2px;
        width: 16px;
        background-position:center center;
        background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
        outline: none;
}
ul.thumbs {
	position: static;          /*****  bei "relative" liegen die Thumbs beim IE links  *****/
	float: left;
	padding: 0;
	margin: 10px 0px 0px 0px;  /*****  für IE erforderlich  *****/
}
ul.thumbs li {
        float: left;
        padding: 0;
        margin: 2px;         /*** anpassen fuer Abstand zwischen den Thumbs ***/
        list-style: none;
}
a.thumb {
        padding: 1px;
        display: block;
}
a.thumb:focus {
        outline: none;
}
ul.thumbs img {
        border: none;
        display: block;
}

div.gallery-gutter {
        clear: both;
        padding-bottom: 20px;
}
