/* Estilos para la fila de botones que permiten el movimiento de las imágenes o vídeos en FancyBox */
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

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

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

#fancybox-buttons ul {
	display: block;
	/* Original: con los botones de Play/Pause para slideshow width: 166px; */
	width: 130px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #fff;
	border-radius: 3px;
	background-image: url(../images/bg-fancybox-buttons.png);
	background-position: center center;
	box-shadow:0 0 6px #e9e9e9;
	cursor: pointer;
}

#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(../images/fancybox_buttons.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.7;
}

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

/* Estilos para el botón de Anterior */
#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
	background-position: 0 0;
	border-right: 1px dotted #fff;
}

/* Estilos para el botón de Siguiente */
#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	background-position: -31px 0;
}

/* Estilos para el botón de Play */
#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;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 35px
}

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

#fancybox-buttons a.btnClose {
	/*border-left: 1px solid #111;
	border-left: 1px solid #fff;*/
	background-position: -58px 0px;
}

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