/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; /*position: absolute; */}
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 3px; float: left; }
.cs-buttons a {
	margin-left:4px;
	margin-right:4px;
	height: 10px;
	width: 10px;
	float: left;
/*	border: 1px solid #B8C4CF;*/
	color: #B8C4CF;
	text-indent: -1000px;
	background-image: url(../../img/dot.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.cs-buttons-thumb {
	
	
}

.cs-buttons-thumb a {
	width:auto;
	height:auto;
	background-image:none;
	display:block;
	border: 1px solid transparent;
	margin-left:0px;
	margin-right:5px;
}

.cs-buttons-thumb img {
	display:block;
	float:left;
	
	
}


.cs-buttons a.cs-active {
	color: #FFFFFF;
	background-image: url(../../img/dot_a.png);
	background-repeat: no-repeat;
	background-position: center center;


}

.cs-buttons-thumb a.cs-active {
	background-image:none;
	border: 1px solid #ADD0E5;
}

.cs-title {
	position: absolute;
	top:50%;
	right: 0;
	z-index: 1000;
	padding-bottom: 10px;
	color: #fff;
	background-image: url(../../img/acd0e6_40.png);
		background-image: url(../../img/black_50.png);

	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #acd0e6;
	border-right-color: #acd0e6;
	border-bottom-color: #acd0e6;
	border-left-color: #acd0e6;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 400;
}

.cs-title .inner {
	padding:3px;
	padding-left:6px;
	
	
}


.cs-title-spezial {
	top:auto;
	right: auto;
	bottom:0;
	left:0;
	width:100%;
	padding: 0px;
	border:none;
	background-image: url(../../img/gal_title_back.png);
	
	
}

.cs-title-spezial p {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin:0;
}


.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }


#cs-buttons-galery {
	
	/*width:100%;
	text-align:center;*/
	
	
}
.cs-buttonsbar {
	
	width:700px;
	float: left;
	display:block;
	background-image: url(../../img/galnav.png);
	background-repeat: repeat-y;
	background-position: center;
	
}

.cs-buttonsbar-thumb {
	background-image:none;
	position:relative;
	
}

.cs-buttonsbar-thumb #cs-buttons-galery {
	padding:0;
	margin-top:3px;
	
}

.cs-buttonsbar-clip {
	overflow:hidden;
	float:left;
	
}

.cs-right-thumb,
.cs-left-thumb {
	float:left;
	height:50px;
	width:23px;
	margin-top:4px;
	margin-right:8px;
	background-color:#576872;
	background-image: url(../../img/gal_l.png);
	background-repeat: no-repeat;
	background-position: center center;	
	
	
	
	
	
}

.cs-right-thumb {
	float:right;
	margin-right:0px;
	margin-left:0px;
	background-image: url(../../img/gal_r.png);
}