
$(document).ready(function($) {
	$('a[rel*=facebox]').facebox(); 
	 
	 $('label.in-field').inFieldLabels();
  
});

