/**
	projektbezogenes CSS
	modify this CSS according to your project
*/

.thumbNailPrevious
, .thumbNailNext
, .bigImagePrevious 
, .bigImageNext
{	opacity: 0.5;
}

/* if this is not commented change style of .slideEnabled below to a value smaller than here and larger then above */
/*.thumbNailPrevious:hover
, .thumbNailNext:hover
, .bigImagePrevious:hover
, .bigImageNext:hover
{	opacity: 1.0 !important;
}
*/

.bigImage.slideEnabled
, .thumbNailPrevious.slideEnabled
, .thumbNailNext.slideEnabled
, .bigImagePrevious.slideEnabled
, .bigImageNext.slideEnabled
{	cursor: pointer;
	opacity: 1.0;
}

/***************/
/* horizontal */
#slideshowHorz
{	/*border: 1px solid silver; */
	width: 890px;
	display: none;
}

#slideshowHorz .bigImageComplete
{	margin-top: 5px;
	/*border: 1px solid red;*/
}

#slideshowHorz .bigImagePrevious 
, #slideshowHorz .bigImageNext
{	width: 44px;
	height: 50px;
	float: left;
	height: 450px;
}

#slideshowHorz .bigImagePrevious 
{	background-image: url("pfeilGrossLinks.png");
	background-repeat: no-repeat;
	background-position: 0 center;
}

#slideshowHorz .bigImageNext
{	background-image: url("pfeilGrossRechts.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#slideshowHorz .bigImageContent
{	width: 800px;
	float: left;
}

#slideshowHorz .bigImageContent img
, #slideshowHorz .bigImageContent .descriptionBigImage
{	display: block;
	position: relative;
    left: 50%;
    top: 0;
	
    transform:translate(-50%, 0px);
	-moz-transform:translate(-50%, 0px);
	-webkit-transform:translate(-50%, 0px);
	-o-transform:translate(-50%, 0px);
	-ms-transform:translate(-50%, 0px);
}

#slideshowHorz .descriptionBigImage
{	text-align: center;
	margin-top: 15px;
}

/* slider */
#slideshowHorz .sliderComplete
{	height: 20px;
	/*border: 1px solid blue;*/
}

#slideshowHorz .slideArea
{	height: inherit;
    overflow: hidden;
    width: 850px; /* complete width - left navigation width - right navigation width */
	float: left;
	position: relative;
}

#slideshowHorz .thumbNailArea /* the actual size and the left position will be computed by javascript */
{	position: absolute; /* this is  most important together with a parent to be set to relative */
	left: 0;
	width: 850px;
}

#slideshowHorz .thumbNailPrevious
, #slideshowHorz .thumbNailNext
{   height: 100%;
    width: 20px;
	float: left;
}

#slideshowHorz .thumbNailPrevious 
{	background-image: url("pfeilKleinLinks.png");
	background-repeat: no-repeat;
	background-position: 0 center;
}

#slideshowHorz .thumbNailNext
{	background-image: url("pfeilKleinRechts.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#slideshowHorz .thumbNail
{	margin-right: 3px;
	float: left;
	display: block;
}

#slideshowHorz .thumbNail
{	opacity: 0.7;
}

#slideshowHorz .thumbNail:hover
, #slideshowHorz .activeThumbNail
{	opacity: 1.0;
}

#slideshowHorz .activeThumbNail
{	height: 70px;
	padding: 5px 0 5px 0; /* padding + height = height of .sliderComplete */
}

#slideshowHorz .thumbNailLast
{	margin-right: 0px !important;
}

/************/
/* vertical */
#slideshowVert
{	width: 1050px;
	display: none;
}

#slideshowVert .arrowTop
{	background-position: bottom center;
	background-repeat: no-repeat;
	
	height: 25px;
    width: 50px;
	
	margin-bottom: 10px;
}

#slideshowVert .arrowBottom
{	background-position: top center;
	background-repeat: no-repeat;
	
	height: 25px;
    width: 50px;
}

/* big image */
#slideshowVert .bigImageComplete
{	float: left;
}

#slideshowVert .bigImageContent
{	float: left;
}

#slideshowVert .largeArrow
{	float: left;
	margin: 0 20px 0 15px;
}

#slideshowVert .bigImagePrevious 
{	background-image: url("pfeilGrossOben.png");
}

#slideshowVert .bigImageNext
{	background-image: url("pfeilGrossUnten.png");
}

#slideshowVert figure 
{	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#slideshowVert figure img
{	border: 1px solid #838383;
	padding: 4px;
	max-width: 680px;
	display: block;
}

#slideshowVert figure figcaption
{	border: 1px solid #838383;
	padding: 4px;
	/*max-width: 100%;*/
	overflow: auto; /* important for float left and right within capture text */
	display: block;
	margin-top: 10px;
}

/* slider area */
#slideshowVert .sliderComplete
{	float: left;
}

#slideshowVert .smallArrow
{	float: left;
}

#slideshowVert .thumbNailPrevious 
{	background-image: url("pfeilKleinOben.png");
}

#slideshowVert .thumbNailNext
{	background-image: url("pfeilKleinUnten.png");
}

#slideshowVert .slideArea
{	height: inherit;
    position: relative;
	
	float: left;
	width: 100px;
	height: 555px;
	overflow: hidden;
}

#slideshowVert .thumbNailArea /* the actual size and the left position will be computed by javascript */
{	position: absolute; /* this is  most important together with a parent to be set to relative */
	top: 0;
	
	height: 555px;
	float: left;
}

#slideshowVert .thumbNail
{	display: block;
	border: 1px solid transparent;
	padding: 2px;
	width: 80px;
	margin: 0 auto;
}

#slideshowVert .thumbNail:hover
, #slideshowVert .activeThumbNail
{	border: 1px solid #838383;
}

#slideshowVert .thumbNail:hover
, #slideshowVert .activeThumbNail
{	width: 90px;
}