.thmbBild a.active img {
	border:2px solid #f2b100;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

.thmbBild a img {
	border:2px solid #000;
	display:block;
}
	
	
.thmbBild a:hover img {
	border:2px solid #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
	
.thmbBild {
	float:left; 
	overflow:hidden;
	margin:0 8px 0 0;
	border:1px solid #666;
	background: transparent;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	

	width: 500px;
	height:92px;
	/* background: transparent url(layout/img/line01.gif) left top repeat-x; */
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding-bottom: 0;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div.thmbContainer {
	font-size:11px;
	margin-top:10px;
	height:92px;
	width:500px;
}

/* the action buttons above the scrollable */
#actions {
	width:500px;
	margin:10px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	font-weight:normal;
	color:#fff;
	text-decoration: none;
}

#actions a:hover {
	color:#f2b100;
}

#actions .disabled {
	visibility:hidden;		
}

#actions .nextPage {
	float:right;
}
