// JavaScript Document

$(function() {
		
	$('.rock a').lightBox(); 
	
	$('.mulch a').lightBox();
	
	$('.hoverbox a').lightBox();

});

