 $(document).ready(function(){
	$(function() {
        $('a.box').lightBox();
    });
});
