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

});
