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

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

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

#fancybox-buttons ul {
	display: block;
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
}

#fancybox-buttons ul li {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	width: 17px;
	height: 17px;
	background: url('../images/close-black.png') no-repeat;
	display: block;
	outline: none;
}

#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;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
}

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