// // Configuration // $(document).ready(function(){ $(".lightbox").lightbox({ fileLoadingImage : 'http://tomatispr.com/modules/jquery_lightbox/lightbox/images/loading.gif', fileBottomNavCloseImage : 'http://tomatispr.com/modules/jquery_lightbox/lightbox/images/close.gif', strings : { help: '', prevLinkTitle: '', nextLinkTitle: '', prevLinkText: '«', nextLinkText: '»', closeTitle: '', image: '', of: ' / ' } }); });