/* == EVENTS == */

$(document).ready(function()
{
	// Lightbox init
	$("a.lightbox").lightbox();
});
