$(function(){
															
//	$('ul.menu ul li:last-child').addClass('last');
//	
	$('table.zebruj > tr:even, table.zebruj > tbody > tr:even').addClass('zebra');
//	$('.parametry tr:nth-child(even)').addClass('zebra');
//	
//	$('a.external').attr('target', '_blank');
//	$('.aktuality div:last-child').addClass('nobg');

	$(".tab > ul").tabs();
	
//	$(".rozmer").click(function () { 
//		$(this).parent().parent().next().children().children(".tab > ul").tabs('select',4); 
//		return false;
//  });

//	$(".rozmer").click(function () { 
//															 
//		var varianty = $(this).parent().parent().siblings(".varianty")
//		varianty.slideToggle();
//		return false;
//		
//  });
//	
//	$(".rozmer").click(function () { 
//															 
//		var varianty = $(this).parent().parent().siblings(".varianty");
//		
//		if ( varianty.is('.varianty') && varianty.is(':visible') ) {
//			return false;
//		}
//		if ( varianty.is('.varianty') && !varianty.is(':visible') ) {
//			$(varianty.is(':visible'))
//			$.scrollTo( varianty, 1000, {offset:-10} );
//		}
//		
//		return false;
//		
//  });
	
//	$('.rozmer').click(function(){
//		
//				var checkElement = $(this).parent().parent().siblings(".varianty");
//				var thisbox = $(this).parent().parent().parent();
//				
//				if((checkElement.is('.varianty')) && (checkElement.is(':visible'))) {
//					$('.varianty').slideUp('normal').siblings('.info').children().children('.rozmer').text('Zobrazit více rozměrů');
//					return false;
//					}
//				if((checkElement.is('.varianty')) && (!checkElement.is(':visible'))) {
//					$('.varianty:visible').hide().siblings('.info').children().children('.rozmer').text('Zobrazit více rozměrů');
//					checkElement.slideDown('normal').siblings('.info').children().children('.rozmer').text('Zobrazit méně rozměrů');
//					$.scrollTo( thisbox, 1000, {offset:-10} );
//					return false;
//					}
//			});

	$("a[rel^='fancybox']").fancybox({ 'zoomSpeedIn': 1000, 'zoomSpeedOut': 0, 'overlayShow': true }); 
	
	$("a.polozitdotaz").fancybox({ 'zoomSpeedIn': 1000, 'zoomSpeedOut': 0, 'overlayShow': true, 'hideOnContentClick': false, 'frameWidth': 520, 'frameHeight': 490 }); 
	
	$(".produkt-box").each(function(){
		$("a[rel^='fancybox']", this).fancybox({ 'zoomSpeedIn': 1000, 'zoomSpeedOut': 0, 'overlayShow': true }); 								 
	});
	
//	$("a.polozitdotaz").live("click", function(){
//      $(this).fancybox({ 'zoomSpeedIn': 1000, 'zoomSpeedOut': 0, 'overlayShow': true, 'hideOnContentClick': false });
//			return false;
//  });


	$("form.dotaz").each(function(i){
		
		$(this).validate({
			errorElement: "em",
			errorPlacement: function(error, element) {
				error.insertAfter(element.next("span"));
			},
			rules: {
				content: "required",
				ch: "deset",
				email: {
					required: true,
					email: true
				}
			},
			messages: {
				content: "<br />Prosím zadejte Váš dotaz.",
				email: "<br />Prosíme, zadejte správnou emailovou adresu."
			}
		});
		$.validator.addMethod("deset", function(value) {
			return value == "deset";
		}, '<br />Prosíme, zadejte "deset" bez uvozovek.');
		
 	});
	
	$('.submenu a').click(function(){
		$.scrollTo( $(this).attr("href"), 1000, {offset:-10} );
		return false;
	});
	
	$('#thumbs a').imgCenter();

});
