
$(document).ready(
	function() 
	{ 
		$(".tab tr:odd").children().addClass("odd");
		$(".long_red table").attr("cellspacing", "2");
		
		/* centrowanie popup gallery */
		
		/*$(".product_image > a").click(function() {
			var width = $("#galeria-box").width();
			var height = $("#galeria-box").height();
			$("#galeria-box").css("margin-left", -width/2);
			$("#galeria-box").css("margin-top", -height/2);
		});*/
		
		
	}
);
