$(function(){

	// Cart App
	$.sepetUygulama("body", { durum: "aktif", cart: ".cart a"});

    // Tab Kampanya
    $.tacirAjaxtab("#anasayfa-tab");
	
	// hover menu
	$("#Nav li").hoverIntent({
				over: dropmenugoster, 
				timeout: 500, 
				out: dropmenugizle
	});
	function dropmenugoster(){	$(this).find("ul").first().show();	}
	function dropmenugizle(){	$(this).find("ul").first().hide();	}
	
	// Index slider
	$("#Index #ContentMiddleCol1 .flexslider:first-child").flexslider({
      animation: "slide",
      controlNav: false
    });
    
    // Urun slider
	$(".sidebanner").find(".flexslider").flexslider({
      animation: "slide",
      controlNav: false
    });

	// homepage slider
	$("#BannerTopCol1 .flexslider:first-child").flexslider({
      animation: "slide",
      controlNav: false
    });

	
});
