$(function() {
  jQuery('.areas').accordion({
    active: false, 
    autoheight: true,
    header: '.head'
  });
  $('a.map').lightBox();
});
