/*** ----- Beginning of JavaScript ----- ***/

/*===============================*/
/* Interface elements for jQuery */
/*===============================*/

jQuery(function(){
	/*
	--------------------------------------
	lightbox
	--------------------------------------
	*/
	$('.lightbox a, a.lightbox').lightBox();

});


