#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
	background: none repeat scroll 0 0 #000000;
}

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

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

#fancybox-buttons ul {
	height: 20px;
}

#fancybox-buttons ul li {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 20px;
}

#fancybox-buttons a {
	display: block;
	background-image: url(../img/detalhes/nav-telacheia.png);
	background-repeat: no-repeat;
	height: 20px;
}

#fancybox-buttons a.btnClose {
	background-position: -56px 0px;
}

#fancybox-buttons a.btnFirst {
	background-position: 10px 0;
}

#fancybox-buttons a.btnLast {
	background-position: -190px 0;
}

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

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

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

#fancybox-buttons a.btnNext {
	background-position: -150px 0;
}

#fancybox-buttons-content {
	margin: 0 auto;
	text-align: center;
}