(function($){
	$(function(){
		if (!$('body').is('.editable-mode')) {
			$('#inside-map a').fadeTo(0, 0.4).hover(function(){
				$(this).fadeTo(300,1);
			},function(){
				$(this).fadeTo(300,0.4);
			});
			$('.prof-link a,.profile-link a').nyroModal({width:400, height:600});
/*
			$('.cw-imagetext').each(function(){
				var w = $(this).innerWidth(), iw = $(this).find('.cw-imagetext-image').outerWidth(), fd = $(this).find('.cw-imagetext-image').css('float');
				$(this).find('.cw-imagetext-content').width(w-iw-15).css({float:fd});
			});
*/
		}
	});
})(jQuery);
