var Shop = {
  _duration: 0.5,
  _lightboxes: {},
  _avails: {},
  currentSort: 'all',
  thumbs: [],
  queue: { position:'end', scope:'shop' },
  queueLast: { position:'with-last', scope:'shop' }
};

