// <![CDATA[
// execute your scripts when the DOM is ready. this is mostly a good habit
 jQuery.noConflict();
jQuery(window).load(function() {

	// initialize scrollable
	jQuery(".scrollable").scrollable({circular: true, speed: 1500}).autoscroll({autoplay: true, interval: 7000});

});
// ]]>

