/* ____DOCUMENT.READY____ */
jQuery(document).ready(function($) {
	$("#frigo, #frigo > embed").css("height", parseInt($(window).height() - 110) + "px").css("width", parseInt(($(window).height() - 110) * 1.333) + "px");
	$("#yogo_home_flash").css("width", parseInt($("#frigo").width()) + "px");
	$("#yogo_bg_flash").css("height", parseInt($("#yogo_home_flash").height()) + "px").css("width", parseInt($(window).width()) + "px");

	if($(window).width() <= 960){
		$("#wrapper_cartel.default").css("left", 10 + "px");
	} else {
		$("#wrapper_cartel.default").css("left", ($(window).width()/2) - 470 + "px");
	}

	setTimeout(function() {
		$('#nuvole').fadeIn();
		$('#yogo_cartel').animate({top: '50px'}, 2000);
		$('#yogo_cartel_menu').animate({top: '50px'}, 2000);
	}, 500);

	$("#home_cartel_close").click(
		function () {
			$('#wrapper_cartel.home').fadeOut();
		}
	);
	
	$(".product_left_col a.product_fancy_img").fancybox();
	
	$("#yogurtene").click(
		function () {
			$('#yogurteneText').fadeIn();
		}
	);
	$(".yogurteneTextClose").click(
		function () {
			$('#yogurteneText').fadeOut();
		}
	);

});
/* ____FINE.DOCUMENT.READY____ */


/* ____DOCUMENT.RESIZE____ */
$(window).resize(function() {
	$("#frigo, #frigo > embed").css("height", parseInt($(window).height() - 110) + "px").css("width", parseInt(($(window).height() - 110) * 1.333) + "px");
	$("#yogo_home_flash").css("width", parseInt($("#frigo").width()) + "px");
	$("#yogo_bg_flash").css("height", parseInt($("#yogo_home_flash").height()) + "px").css("width", parseInt($(window).width()) + "px");

	if($(window).width() <= 960){
		$("#wrapper_cartel.default").css("left", 10 + "px");
	} else {
		$("#wrapper_cartel.default").css("left", ($(window).width()/2) - 470 + "px");
	}
});
/* ____FINE.DOCUMENT.RESIZE____ */
