#fancybox-buttons {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0 14px;
	z-index: 8050;
	background: rgba(0,0,0,.15);
}

#fancybox-buttons.top {
    padding: 10px 0 14px;
    top: 0;
}

#fancybox-buttons ul {
	display: block;
	width: 210px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	font-size: 42px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #666;
	text-decoration: none;
	outline: none;
    opacity: .8;
}

#fancybox-buttons a:hover {
    color: white;
}

#fancybox-buttons a::before {
    display: block;
    font-family: 'fontawesome';
    text-align: center;
    line-height: 42px;
}

#fancybox-buttons a.btnPrev::before {
    content: "\f104";
}

#fancybox-buttons a.btnNext::before {
    content: "\f105";
}

#fancybox-buttons a.btnPlay::before {
    content: "\f0da";
    font-size: 34px;
    padding-left: 4px;
}

#fancybox-buttons a.btnPlayOn::before {
    content: "\f04c";
    font-size: 20px;
    padding-left: 0;
}

#fancybox-buttons a.btnPlay:before,
#fancybox-buttons a.btnPlayOn:before {
    line-height: 44px;
}

#fancybox-buttons a.btnToggle::before {
    content: "\f065";
}

#fancybox-buttons a.btnToggleOn::before {
    content: "\f066";
}

#fancybox-buttons a.btnToggle:before,
#fancybox-buttons a.btnToggleOn:before {
    font-size: 22px;
    line-height: 44px;
}

#fancybox-buttons a.btnClose::before {
    content: "\00d7";
    line-height: 36px;
}

#fancybox-buttons a.btnDisabled,
#fancybox-buttons a.btnDisabled:hover {
	opacity: .4;
	cursor: default;
}