$(document).ready(function(){	$('h3.toggler').click(function() {$(this).next().animate({width: 'toggle'});});			});$(function() {	$('#gallery a').lightBox();	$('a[rel^=lightbox]').lightBox();});jQuery(window).ready(function(){	});
