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