jQuery(document).ready(function() { 
	jQuery('#marquee_content').marquee({
		yScroll: "top",
		showSpeed: 100,
		scrollSpeed: 40,
		pauseSpeed: 1500,
		pauseOnHover: true,
		loop: -1
	}); 
});
