// JavaScript Document
// jQuery lightBox plugin
	var jq=$.noConflict();
    jq(function() {
        jq('#gallery a').lightBox();
    });

