// Lightbox
$(document).ready(function(){

        $(function() {
            /*$('#gallery a').fancybox({
                    'transitionIn'		: 'none',

                    'transitionOut'		: 'none'

            });*/
            $('#gallery a').lightBox({
                    

            });
        });

});
