$(document).ready(function()
{
  $(".lightbox").lightBox();
  
  $('.rounded').corners();
});
