// JavaScript Document

$(function()
{
	$('#imageGallery').cycle( 
	{
		fx: 'fade',
		speed: 2500,
		timeout: 1500,
		pause: 0
	});
	$('#lightbox a').lightBox();
}); 