#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 0 1px rgb(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 0 1px rgb(0, 0, 0, 0.5);
	box-shadow: inset 0 0 0 1px rgb(0, 0, 0, 0.5);
	background-color: none;
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(59, 55, 53) 50%, rgb(41,41,41) 50%, rgb(59, 55, 53), 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(59, 55, 53)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(59, 55, 53)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(59, 55, 53) 50%,rgb(41,41,41) 50%,rgb(59, 55, 53) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(59, 55, 53) 50%,rgb(41,41,41) 50%,rgb(59, 55, 53) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(59, 55, 53) 50%,rgb(41,41,41) 50%,rgb(59, 55, 53) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(59, 55, 53) 50%,rgb(41,41,41) 50%,rgb(59, 55, 53) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnClose {
	width: 41px;
	height: 41px;
	background-image: url(../img_layout/close.png);
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}