$().ready(function(){     
  
  $('.offer a').lightBox({fixedNavigation:true});
  
  $('#accordion').accordion({
    autoheight: false,
    header: 'dt',
    active: '.active'
  });

  
});
