#fancybox-buttons {
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	height: 52px;
	margin: 0 auto;
	list-style: none;
	border-radius: 0 0 3px 3px;
	background: rgb(50,50,50);	
}

#fancybox-buttons ul li {
	float: left;
}

#fancybox-buttons a {
	display: block;
	text-indent: -9999px;
	background-color: transparent;	
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnDisabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	opacity : 0.4;
	cursor: default;
}