$(document).ready(function()
{	
	if($("div.moduleImages").length)
	{
		$("a[rel=content_images]").fancybox({
			'transitionIn'		: 'fade',
			'transitionOut'		: 'fade',
			'titlePosition' 	: 'over',
			'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
				return '<span id="fancybox-title-over">Bild ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' &nbsp; ' + title : '') + '</span>';
			}
		});				
		//$("div.moduleImages a").tipTip({defaultPosition: "top",attribute: "title"});		
	}	
	//$("#contact_mail_form").validationEngine();
	
	if($("#area_galleries_ajax").length)
	{						
		setSimpleAjaxSnippet('#area_galleries_ajax','33530&snippet_sub_action=limit_cat&snippet_properties=4','ajax/galleries_slider');		
	}
});
