// JavaScript Document
$(document).ready(function(){
 $('.lightbox').ultraLightBox({
 width:543,
 height:762
 });

});