$(document).ready(function(){
	$('#firma_lnk').click(function(){
		$('#marker').animate({"left": "585px"}, "normal");
		$('#cont').animate({marginLeft: 0}, 500);
	});
	$('#progeu_lnk').click(function(){
		$('#marker').animate({"left": "710px"}, "normal");
		$('#cont').animate({marginLeft: -550}, 500);
	});
	$('#kontakt_lnk').click(function(){
		$('#marker').animate({"left": "846px"}, "normal");
		$('#cont').animate({marginLeft: -1100}, 500);
	});
});