$(function() {
	$('a[@rel*=lightbox],a.lightbox,a[@href~=jpg]').fancybox({
		frameWidth: 719,
		frameHeight: 719,
		'overlayShow': true 
	});
});