$(document).ready(function()
{
	$('#wikicontainer .lightbox').lightBox();


	// Content 
	$('.randomproject img').hoverpulse({
		size: 25,  // number of pixels to pulse element (in each direction)
		speed: 200 // speed of the animation
	});

	// Right column
	$('.randomnextproject img').hoverpulse({
		size: 15,  // number of pixels to pulse element (in each direction)
		speed: 100 // speed of the animation
	});

	// Carousel
	/*
	$('#carousel img').hoverpulse({
		size: 15,  // number of pixels to pulse element (in each direction)
		speed: 100 // speed of the animation
	});
	*/
	
});
