<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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;
	width: 260px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #eee;
	border-radius: 3px;
	-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(50,50,50);*/
	background: rgb(255,255,255);
}

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

#fancybox-buttons a {
	display: block;
	width: 85px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

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

#fancybox-buttons a.btnPrev {

}

#fancybox-buttons a.btnNext {

}

#fancybox-buttons a.btnPlay {

}

#fancybox-buttons a.btnPlayOn {
	
}

#fancybox-buttons a.btnToggle {

}

#fancybox-buttons a.btnToggleOn {

}

#fancybox-buttons a.btnClose {

}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}</pre></body></html>