$(document).ready(function(){

	// Initialize news scrollable
    $("div.moduleShadowNews div.list")
	.scrollable({
        vertical:	true,
        size:		2,
		speed:		800})
	.circular()
	.autoscroll({
		steps:		2,
		interval:	5000})
	.mousewheel();

});

