/* Examples - Tiny Carousel */

#slider5 {
	width: 130px;
	height: calc(100vh - 195px);
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#slider5 .viewport {
	width: 130px;
	height: calc(100vh - 195px);
	overflow: hidden;
	position: relative;

}

#slider5 .buttons {
    /*background: #B7B7B7 url(../img/bg/Pfeile.gif) no-repeat scroll -50px 5px;
    display: block; */
    margin: 0;
    text-indent: -999em;
    width: 65px;
    height: 20px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.fueller{
float:left;
width:65px;
height:15px;
	margin-top:5px;
	margin-bottom:3px;
background-color: #b7b7b7;
}



#slider5 .disable {
    visibility: hidden;
}

#slider5 .overview {
	list-style: none;
	position: absolute;
	width: 130px;
	left: 0;
	top: 0;
}

#slider5 .overview li{
}
.middle .caption {
display: none
}
#fader {
 position: absolute; 
 bottom:0;  
 z-index: 6
}