	jQuery(document).ready( function( e ) {
		var col			= jQuery( '#scroll-me' );
		if ( col ) {
			col.addClass( 'active' );
			scroller  		= new Scrolling.Scroller( document.getElementById( 'Scroller-1' ), col.width(), col.height() );
			scrollbar 		= new Scrolling.Scrollbar( document.getElementById( 'Scrollbar-Container' ), scroller, new Scrolling.ScrollTween() );
		}
	} );
