$(document).ready(function() {
			//Activate FancyBox
			$("div#ser_left_map ul li a").fancybox({
				'hideOnContentClick': true
			});
		});
