#fancybox-thumbs {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 22px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	display: block;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	height: 19px;
	overflow: hidden;
}

#fancybox-thumbs ul li {
	display: inline-block;
	width: 19px;
	height: 19px;
}

/*#fancybox-thumbs ul li.active {
	opacity: 1;
	padding: 0;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}*/

#fancybox-thumbs ul li a {
	display: block;
	width: 19px;
	height: 19px;
	position: relative;
	overflow: hidden;
	outline: none;
	background: url(../../../img/navibtn.png) left top no-repeat;
}
#fancybox-thumbs ul li.active a,
#fancybox-thumbs ul li:hover a{
	background-position: left bottom;
}

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