


var swapFeature = function (el, path) {
	$('img#zoom').attr({src: path});
	$('a.active_style').removeClass('active_style');
	$(el).addClass('active_style');
};