$(function() {
	/* меню */
	$('ul.menu li').hover(function() {$(this).find('ul').fadeIn('100');}, function () {$(this).find('ul').hide();});
	$('ul.menu-c li').hover(function() {$(this).find('a:eq(0)').addClass('hover');$(this).find('ul.menu-c').fadeIn('100');}, function () {$(this).find('a:eq(0)').removeClass('hover');$(this).find('ul.menu-c').hide();});
	$("div.top-image").cycle({fx: 'fade', speed: 1000, timeout: 3000, random: 1, pause: 1});
	$('#recepturi dl,#recepturi ul').css({'display':'none'});
	$('ul.show-ul').css({'display':'block'});
	$('#recepturi a.a').click(function() {
		$('#recepturi dl,#recepturi ul').hide();
		$('#recepturi a.select').removeClass('select');
		$(this).addClass('select');
		$(this).next('dl,ul').fadeIn('100');
	});
	/* сертификаты и фотографии */
	$("a[rel=sertificate],a[rel=photos],a[rel=product]").fancybox({loop : true, openEffect : 'none', closeEffect : 'none'});
	$('a.show').click(function() {
		$('#gallery li.h').fadeIn('fast');
		$('a.hide').removeClass('sert-o');
		$(this).addClass('sert-o');
		return false;
	});
	$('a.hide').click(function() {
		$('#gallery li.h').fadeOut('fast');
		$('a.show').removeClass('sert-o');
		$(this).addClass('sert-o');
		return false;
	});
	$(".s-add").click(function(){var need = $(this).text(); $("input.s-input:text").attr("value",need); return false;});
});
