// JavaScript Document
$(document).ready(function(){


        $('a.lightbox').lightBox();


});