(function(jQuery) {jQuery.fn.scRoller = function() {return this.each(function() {jQuery(this).click(function() {jQuery('html,body').animate({					scrollTop: jQuery(jQuery(this).attr("href")).offset().top});return false;});});	};})(jQuery);
jQuery(function(){
$("#model-list li:nth-child(5n)").addClass("last");
$(".btn-map a").scRoller();
$("#pagetop a").scRoller();
$("#pagetop-contents a").scRoller();
$(".detail-info a").scRoller();
$(".newopen .Nav a").scRoller();
$(".pagetop a").scRoller();
});
