/*
+++++++++++++++++++++++++++++++++++
  SLIDESHOW KLEIN-CSS - www.wolfware.de - 24.06.2010
  Copyright: Wolf Ware GmbH
+++++++++++++++++++++++++++++++++++
*/

ul {
list-style-type:	none;
}
img {
border:		none;
border-style:	none;
}
.clear {
clear:		both;
}
.carusel_bg {
position:		relative;
width:		299px;
height:		180px;
padding:		2px 0 0 2px;
background:	url('../bilderalle/slideshow/carusel_bgkl.jpg') no-repeat;
}
.jCarouselLite {
position:		relative;
width:		299px;
height:		180px;
}
.jCarouselLite ul {
height:		180px;
}
.jCarouselLite ul li {
height:		180px;
display:		block;
}
/*.prev_button {
position:		absolute;
z-index:		999;
width:		41px;
height:		300px;
margin:1px 0 0 2px;
background:	url('../bilderalle/slideshow/pfeillinks.png') no-repeat;
cursor:		pointer;
display:none;
}
.next_button {
position:		absolute;
z-index:		999;
right:		0;
width:		41px;
height:		300px;
margin:1px 2px 0 0;
background:	url('../bilderalle/slideshow/pfeilrechts.png') no-repeat;
cursor:		pointer;
display:none;
}*/
.preview {
position:		relative;
}
#preview{
position:		absolute;
border:		1px solid #ccc;
background:	#333333;
padding:		5px;
display:		none;
color:		#ffffff;
z-index:		999;
}
.about {
position:		absolute;
bottom:		0;
left:		0px;
width:		294px;
padding:		10px 12px;
background-color:	#404040;
color:		#ffffff;
display:		none;
font-size:	11px;
opacity:		.90;
}
.about_title {
text-transform:	uppercase;
font-weight:	bold;
padding-right:	5px;
}
