﻿.fancybox-close {
	top: -5px;
	right: 0px;
}
.fancybox-custom-prev, .fancybox-custom-next {
	background-image: url('/js/jquery.fancybox-2.0.2/fancybox_sprite.png');
	width:36px ! important;
	height:36px ! important;
	cursor: pointer;
	z-index: 1003;
	float: left;
	margin-top: -5px;
}
.fancybox-custom-prev {
	background-position: 0 -36px;
}
.fancybox-custom-next {
	background-position: 0 -72px;
}
.fancybox-custom-disabled {
	opacity:0.2;
	filter:alpha(opacity=20);
	cursor: default;
}
