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

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

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

#fancybox-buttons ul {
	display: block;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-left: none;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(237,22,78);
}

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

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#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 {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

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

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#fancybox-buttons {
		left: 50% !important;
		margin-left: -45px !important;
		bottom: 150px !important;
	}
}  

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#fancybox-buttons {
		left: 50% !important;
		margin-left: -45px !important;
		bottom: 150px !important;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	#fancybox-buttons {
		left: 50% !important;
		margin-left: -45px !important;
		bottom: 150px !important;
	}
}
