$(document).ready(function() { 
	// LIGHTBOXY
	$("a[rel^='lightbox']").prettyPhoto({ theme:'light_square' }); 
	// ZAROVKA NA IMOSECH VLEVO DOLE
	$('#zarovka').cycle({ delay: 0, timeout: 10, speed: 500 });    	
	// UPRAVIME VSECHNY EMAILY V OBSAHU STRANKY 
	$('.aemx').each( function () { $(this).attr("href","mailto:"+$(this).attr("class").substring(5,$(this).attr("class").length)); });  
}); 

