/**
 * jQuery lightBox
 */
$(function() { 
  $('#itemWidget a').lightBox({
		containerResizeSpeed: 350
	}); 
}); 
