$(document).ready(function() {
	$("a.imgpopup").fancybox({
		overlayOpacity:0,
		imageScale			:	false,
		centerOnScroll		:	false
	});
});