$(document).ready(
	function()
	{
		$('.lightboxlink').lightBox();

	}
);
