/**
 * @author dio5
 */

 $(document).ready(function() 
{
	if (document.getElementById("SlideShow")) {
		$('ul#SlideShow').cycle({
			fx: 'fade',
			timeout: 3200,
			pause: 1
		});
	}
});
