(function ($) {
	$(main);
	
	function main () {
		$('#Slides').cycle();
	}
})(jQuery);
