$( document ).ready( function ()
                {
                    $( '#right' ).scrollFollow(
                        {
                            speed: 1000,
                            offset: 0,
                            container: 'box'
                        }
                    );
                }
            );
