$(document).ready(function() {
	$('.slideshow').cycle({
		fx: 'scrollDown', // choose transition, ex: fade, scrollUp, shuffle, etc...
		random: 1,
		delay: -1000
	});
	$("#infinite").scrollable().circular();
	//$("#wheeled").scrollable().fu();
});
/*
  	JQuery Tools Needs to be updated in to version 2.0 for scroll tab in admin 
	See http://flowplayer.org/tools/
*/

