﻿(function(){
	$(function() {
		$('.slideshow ul').cycle();
	});
})();