$(function()
{
	if ($('.gallery').length > 0) {
		$('.gallery a').fancybox();
	}
});
























