I have Fancybox 2.0 working here: http://discovermonroeville.com/photo-gallery
My only question - which I was unable to find an answer to in the documentation is how do I get the gallery images to flow from left to right instead of top to bottom?
The code:
<script type="text/javascript">
$(document).ready(function() {
$('.photo-gallery').fancybox();
});
</script>