// JavaScript Document
$(function(){
	$("#visual").animate({ backgroundPosition: '0px 0px'}, 10000);
});
