$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true,
		continuous: true, 
		speed: 500,
		prevText: '',
		nextText: ''
	});			
	if ($('.mod_catalogreader').length) {
		$(".mod_catalogreader .gal-foto").fancybox({
			'transitionIn'	:	'elastic',
			'transitionOut'	:	'elastic',
			'speedIn'		:	600, 
			'speedOut'		:	200, 
			'overlayShow'	:	false
		});
	}
	if ($('#map').length) {
			$("#map").gMap({ markers: [{ latitude: 50.00635649658678,
								  longitude: 19.950120449066162,
								  html: "<strong>WAEL-bis</strong><br />Adres siedziby:<br />ul. Stojałowskiego 15a<br />30-611 Kraków",
								  popup: true }],
					  zoom: 15 });
	}
});

