#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: 132px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: rgba(0,0,0, .5);
	border-radius: 20px;
	border: 1px solid #454648;
}
#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#fancybox-buttons a {
	position: relative;
	display: block;
	width: 40px;
	height: 35px;
	color: #fff;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	outline: none;
	opacity: 0.8;
}
#fancybox-buttons .btnPrev::before {
	content: "\f053";
}
#fancybox-buttons a::before {
	font-family: "FontAwesome";
}
#fancybox-buttons .btnNext::before {
	content: "\f054";
}
#fancybox-buttons a::before {
	font-family: "FontAwesome";
}
#fancybox-buttons a:hover {
	opacity: 1;
}
#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
	display: none;
}
#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
	display: none;
}
#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	width: 45px;
}
#fancybox-buttons .btnToggleOn::before {
	content: "\f010";
}
#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
	display: none;
}
#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
