/*
jQuery(document).ready(function() {
	jQuery('a[rel*=facebox]').facebox();
})
*/
$(function() {
	$('a[rel*=facebox]').lightBox();
});
