document.observe('dom:loaded', function(){
	Shadowbox.init({
		skipSetup:      true
	});
	if($$('a.galleryBox').length > 0){
		Shadowbox.setup($$('a.galleryBox'), {
		    continuous:     true,
		    counterType:    'skip',
		    // handleLgImages: 'drag',
		    handleLgImages: 'resize',
		    // handleLgImages: 'none',
		    initialWidth: 	100,
		    initialHeight: 	100,
			widht: 			600,
			height:			400
		});
	}
});