$( document ).ready( function( ) {
	
	$( '.beweeg' ).animate( { 'left' : '+=85%' }, { duration: 5000 } );
	
});