#fancybox-buttons {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 8050;
}

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

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


#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
	position: fixed;
	left: 10px;
	top:50%;
	width: 100px;
	height: 100px;
	background-image: url('btn_left.png');
	background-position: 35px 27px;
	background-repeat: no-repeat;
}
#fancybox-buttons a.btnPrev:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

#fancybox-buttons a.btnNext {
	position: fixed;
	right: 10px;
	top:50%;
	width: 100px;
	height: 100px;
	background-image: url('btn_right.png');
	background-position: 40px 27px;
	background-repeat: no-repeat;
}
#fancybox-buttons a.btnNext:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

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

#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;
	width: 35px;
	display: none;
}

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

#fancybox-buttons a.btnClose {
	width: 46px;
	height: 46px;
	position: fixed;
	right: 30px;
	top:60px;
	background-image: url('btn_close.png');
	background-repeat: no-repeat;
}
#fancybox-buttons a.btnClose:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

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

.fancybox-year{
	font-size: 10px;
	color: #888;
	margin-right: 10px;
	display: inline;
}
.fancybox-cap{
	font-size: 10px;
	color: #888;
	display: inline;
}
