$(function()
{
	$("A.incloud_galleryinner").click(function()
	{
		$("DIV.incloud_gallery A").eq(0).click();
		return false;
	});

	$("DIV.incloud_gallery A").attr("rel", "incloud_gallery").fancybox({
		imageScale: true,
		overlayShow: true,
		centerOnScroll: true
	});
});
