#fancybox-buttons {
  background: url(../../logo.png) center center no-repeat #F8F8F8;
  height: 100px;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

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

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

#fancybox-buttons ul {
	display: block;
	width: 125px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
  float: right;
}

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

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	margin-top: 36px;
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.7;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-image: url('left.png');
	
}

#fancybox-buttons a.btnNext {
	background-image: url('right.png');

}


#fancybox-buttons a.btnClose {

	width: 35px;
background-image: url('close.png');
}

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