// JavaScript Document

$(document).ready(function(){

 $('.gallery a').lightBox({
                    overlayBgColor: '#000',
                    containerResizeSpeed: 350,
                    txtImage: '',
                    txtOf: ' / '
            });


				
});
