/* Thumbs */

table.thumbs th {
	text-align: center;
	font-size: 12px;
	}
table.thumbs td {
	text-align: center;
	}
table.thumbs td.small {
	font-size: 11px;
	color: #a1a1a1;
	}
table.thumbs a img {
	border: 1px solid #91a4b6;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: white;
}
#lbBottomContainer {
	background-color: black;
}
.lbLoading {
	background: #fff url(../slimbox/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/*  border: 10px solid #fff;	 ich will keine border */
	border: none;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 20%;
	outline: none;
}
#lbPrevLink {
	left: 0;
	background: transparent url(../slimbox/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
	background: transparent url(../slimbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbPrevLink, #lbNextLink { 
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	}
#lbPrevLink:hover, #lbNextLink:hover { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; 
	}
#lbBottom {		/* untere Leiste */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.6em;
	text-align: left;
	/*  border: 10px solid #fff;	 ich will keine border */
	border: none;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
