$(function(){
	$('#setColor1 a').click(function(){
	$('.favoritePropertyList').ScrollTo(1000, 'easeout');
　　return false;
	});
})
