$(document).ready(function() {                                                                                                   
	// Use a rel tag on the element
	$('a[rel*=facebox]').facebox(); 
	
	// Images inside a certain div
	//$('#facebox img').facebox();    
});
