var act_form=0;
jQuery(function(){
	$(".popup_header, .avtorization").click(function () {
		$(".popup").toggleClass("open");
		return false;
	});
	$("a.name_section").click(function () {
		$(this).parent('li').toggleClass("open");
		return false;
	});


	if ($(".wrap_carousel").length>0)
	{
		if ($(".wrap_carousel ul li").size() > 4)
		{
			$('.btn_next, .btn_prev').show();
		}
		$(".wrap_carousel").jCarouselLite({
			btnNext: ".btn_next",
			btnPrev: ".btn_prev",
			visible: 4
		});
	}
	$('a.lb_gallery').lightBox();
/*	  $("#tabs").tabs({
	    selected: 0
	  });
*/

})

