$(document).ready(function() {
	

	// zebra style
	
	$('table.table_realty tr:odd').addClass('odd');
	
//	$('#tabulka tr:even').addClass("alt");
//	$("#tabulka tr").mouseover(function() {$(this).addClass("over");}).mouseout(function() {$(this).removeClass("over");});


// fancybox pre detail nehnutelnosti

$("#detailne_foto a").fancybox({'overlayOpacity': 0.8, 'zoomSpeedIn':300, 'zoomSpeedOut':	300});

// fancybox pre detail pezinok
$("#foto_pezinok a").fancybox({'overlayOpacity': 0.8, 'zoomSpeedIn':300, 'zoomSpeedOut':	300});	


}); //jquery ending
