$(document).ready(function()
{
  $('#popup-image').lightBox(
  {
        overlayBgColor: '#111144',
        overlayOpacity: .8,
        imageLoading: '/domain/champion-pohare/templates/custom/lightbox/loading.gif',
        imageBtnClose: '/domain/champion-pohare/templates/custom/lightbox/close.gif',
        imageBtnPrev: '/domain/champion-pohare/templates/custom/lightbox/prev.gif',
        imageBtnNext: '/domain/champion-pohare/templates/custom/lightbox/next.gif',
        imageBlank : '/domain/champion-pohare/templates/custom/lightbox/blank.gif',
        containerResizeSpeed: 550,
        txtImage: '',
        txtOf: '/ '
  });
  
  $('#popup-image').trigger('click');

});
