/**
 * @author adam
 */

$(document).ready(function() {
	
	$.scrollTo($('#demo-controls'), 800);
	
});

