$.noConflict();
jQuery(document).ready(function($) {
$(
	function () {
		
		$( "#right_slide" ).imageScroller( {speed:'4000', direction:'left'} );
	}
)
				});

