function scroll(target) {
	$.scrollTo("div#"+target, 1000);
}
 jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
});
