$(document).ready(function(){
	$("#images").easySlider({
			auto: true,
			continuous: true,
			pause:			7000,
			numeric: true
	});
    if ($("#map-content").val() != undefined){
		startMap("map-content");
		startBigMap();
	}
	
	$("#show-big-map").fancybox({
		'scrolling'		: 'no',
		'titleShow'		: false
	});
	
});

