#fancybox-buttons {

	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
    opacity:0.9;
   
}

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

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

#fancybox-buttons ul {

	
	width: 103px;
	height: 33px;
	margin: 0 auto;
   
	padding: 0;
	list-style: none;
	border: 0px solid #666;
	border-radius: 0px;
	
	background: #666;
	
	
}

#fancybox-buttons ul li {

	float: left;
    
	margin: 0 0 0 0; /* top, right, bottom, left */
    margin-left:3px;
    margin-top:2px;
	padding: 0 0 -30px 0;
    
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	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: 0px solid #e3e3e3;
     
}

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

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

#fancybox-buttons a.btnToggle {
visibility:hidden;
}

#fancybox-buttons a.btnToggleOn {
	visibility:hidden;
     
}

#fancybox-buttons a.btnClose {
	visibility:hidden;
      
}

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


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){


       
       #fancybox-buttons {
visibility:hidden;
}
 }



      






@media screen and (max-width: 64em) {
#fancybox-buttons {
visibility:hidden;
}
}