$(function(){
	// homepage news cycle
	$('#homeAnim').cycle({
		fx: 'fade'
	});
	$('#homeKurumsalAnim').cycle({
		fx: 'fade'
	});
	$('#simpleRotation').cycle({
		fx: 'fade'
	});
	$('#yeniliklerAnim') 
		.after('<div id="yeniliklerAnimNav">') 
		.cycle({ 
			fx:     'scrollUp', 
			speed:  'fast', 
			timeout: 5000, 
			pager:  '#yeniliklerAnimNav',
			cleartype: 1 
	});
	$('#gallery') 
		.cycle({ 
		fx:     'fade', 
		speed:  'fast', 
		timeout: 6000, 
		next:   '#next', 
		prev:   '#prev'
	});
	// lezzete yolculuk carousel
	$(".carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		auto: 2000,
        speed: 600,
		//mouseWheel: true,
		visible: 8
    });

	// menu navigation
	$("ul.sf-menu").superfish({ 
        pathClass:  'current'
    });

	// equal heights
	//$('#equalize').equalHeights();

	// image litebox
	$("a.zoom").fancybox({
		'titlePosition'	: 'inside'
	});
	
	$(".modalMap").fancybox({
		//'width'				: '750',
		//'height'			: '540',
        'autoScale'    		: false,
        'autoDimensions'    : false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$("#inline").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	
	// table sorter
	//$("#sortTable").tablesorter();
	
	//$("#sortTable").tablesorter({ 
    //   sortList: [[0,0]] 
    //});
	
	//$("#ContactForm").validate();

});
