/* ...next 4 rules controlled by the slideshow */

#hs_show.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/* user-def. */
.slideshow {
	height: 301px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
/* <div class="slideshow-images"> */

.slideshow-images {
	height: 301px;
	width: 100%;
	background: #00161b;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0;
}
.slideshow-images-next { 
	opacity: 0;
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
	/*width: 100%;
	height: 100%;*/
}	


.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #000;
	bottom: 0;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
	-moz-opacity: .60;
	-khtml-opacity:.60;
	opacity: .60;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 77%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(controller-first.gif)!important;
	background-color: transparent!important;
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(controller-last.gif)!important;
	background-color: transparent!important;
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif)!important;
	background-color: transparent!important;
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(controller-pause.gif)!important;
	background-color: transparent!important;
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif)!important;
	background-color: transparent!important;
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

/*thumbs_container = slideshow-thumbnails, set also in slideshow_hs.css*/


.show_wrapper .center_wrapper .thumbs_container,
.show_wrapper .center_wrapper .slideshow-thumbnails {
	margin:0 auto;
	padding:0;
	height: 369px;
	overflow: auto;
	background: #304142;
	border-left: 1px solid #4a9400;
	border-right: 1px solid #4a9400;
	/*try w/o borders? */
}
.show_wrapper .center_wrapper ul#thumbs.thumbs {
	display: block;
	position: relative;
	list-style:none;
	margin: 0;
	padding:0;
	border: none;
	background: #304142;
	text-align: center;
	/*try width=100% or margin=0 auto ;? */
	padding-left: 8%;
	padding-right: 8%;
}
.show_wrapper .center_wrapper ul#thumbs.thumbs li {
	display:block;
	list-style:none;
	margin: 3px auto;
	padding:0;
	border: none;
	/*transparent bg: li stays clean, to suffer img-border effect w surrounding box (img_wrapper)*/
	background: none;
	
	text-align: center;
	zoom: 1; /*ie*/
	/*try width=100% or margin=0 auto? :: margin 'cause of marginsTop+Bottom / line-distance for imgs ;?
	-> uses margin: 3px auto nopaddg. (for the border-effect) to div.li_content */
}
/*2. variante: bg, padd. + border nur auf das Img -> is not as good: borders expands parent box in ie7*/
.show_wrapper .center_wrapper ul#thumbs.thumbs li .li_content {
	display: inline-block;
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
	zoom: 1;
	/*no width: auto; declaration!*/
}
.show_wrapper .center_wrapper ul#thumbs.thumbs li .li_content a {
	display: inline-block;
	margin: 0; /*or margin: 0 auto; ?? ->nn.*/
	padding: 0;
	border: none;
	width: auto; /*for ie7: child img_wrapper expands to width of parent li.content a, therefor width:100% doesn't fit! - uses width:auto instead  */
}
.show_wrapper .center_wrapper ul#thumbs.thumbs li .li_content a .img_wrapper {
		display: block;
		position: relative;
		width: auto;
		zoom: 1;
	margin: 0; /*or margin: 0 auto; ??*/
	padding: 3px;
	border: none;
	background: #af432f;
	/*display: inline-block;*/
}
.show_wrapper .center_wrapper ul#thumbs.thumbs li .li_content a .img_wrapper:hover {
	background: #ffc945 !important;
	opacity: 1.0 !important;
}
.show_wrapper .center_wrapper ul#thumbs.thumbs li .li_content a .img_wrapper img {
	margin: 0 auto; /*or margin: 0 auto; ??*/
	padding: 0;
	border: none;
	max-height: 114px;
	width: 100%;
}
.show_wrapper .center_wrapper ul#thumbs.thumbs li .li_content a .img_wrapper.sl_active {
	background: #ff6045;
}
.show_wrapper .center_wrapper ul#thumbs.thumbs li .li_content a .img_wrapper.sl_inactive {
	background: #af432f;
}

.show_wrapper .center_wrapper ul#thumbs.thumbs li a,
.show_wrapper .center_wrapper ul#thumbs.thumbs li a:link,
.show_wrapper .center_wrapper ul#thumbs.thumbs li a:visited {
	
}
.show_wrapper .center_wrapper ul#thumbs.thumbs li a img {
	
}
/*
nofullsize - tend cascadg. thumbnail-Img {max-height: 114px; margin: 0 width: auto || gar nicht, height: 100% || nicht || nur IE }
maybe height is somewhere defined w max-height: 144px, s 
portrait-images (as class: calculate width by dynscript, set margin: X auto

*/
/*old*/
/*	ul thumbs*/
/*.show_wrapper ul#thumbs {
	margin:0 auto;
	padding: 0 8%;
	padding-top: 1px;
	list-style:none;
	position: relative;
	text-align: center;
}
.show_wrapper ul#thumbs li {
	float:left;
	display:block;
	width: 100%;
	list-style:none;
	margin: 0;
	padding: 3px 0;
}
.show_wrapper ul#thumbs li a,
.show_wrapper ul#thumbs li a:link,
.show_wrapper ul#thumbs li a:visited {
	display:block;
	border: 1px solid #af432f;
	position:relative;
	text-decoration: none;
	text-align: center;
	background: #304142;
}
.show_wrapper ul#thumbs li a img {
	display:block;
	border: 0;
	width: 100%;
}
.show_wrapper ul#thumbs li a img.nofull {
	display:inline-block;
	border: 0;
	width: auto;
	margin:0 auto;
}*/
/*end old*/


/*.slideshow-thumbnails {
	height: 371px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	border-left: 1px solid #4a9400;
	border-right: 1px solid #4a9400;
	position: relative;
}*/
/*
CARE !
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}*/
/*.slideshow-thumbnails ul {
	margin:0 auto;
	padding: 10px;
	padding-top: 6px;
	list-style:none;
	position: relative;
	text-align: center;
}
.slideshow-thumbnails li {
	float:left;
	display:block;
	width: 100%;
	list-style:none;
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}
.slideshow-thumbnails ul li a,
.slideshow-thumbnails ul li a:link,
.slideshow-thumbnails ul li a:visited {
	display:block;
	border: 1px solid #af432f;
	position:relative;
	text-decoration: none;
	background-color: #FF9 !important;
}
.slideshow-thumbnails a:hover {
	border: 1px solid #af432f;
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails ul li a img {
	display:block;
	border: 0;
}
.slideshow-thumbnails-active {
	border: 1px solid #9ff;
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	border: 1px solid #fff;
	background-color: #FFF;
	opacity: .8;
}*/