#fancybox-thumbs {         /* vertikale Position der thumbsline  */
	position: fixed;
	left: 0;   /* 0 im ori = start im center vom Schirm
                     linksbündig mit Großbild = IMG-Width/2-TMB-Width/2 */
	width: 100%;    /* 100% im ori = display bereich von center ausgesehen */
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 60px;        /* Abstand der thumbsline von unten */
}

#fancybox-thumbs.top {
	top: 2px;             /* Abstand der thumbsline von unten */
}

#fancybox-thumbs ul {      /* vertikale Position der thumbs in der thumbsline  */
	position: relative;
	list-style: none;      /* den thumbs nummerierung hinzufügen */
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.75;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #FFFFFF;
}

#fancybox-thumbs ul li:hover {
	opacity: 1.0;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}