$(function() {
	if ($('ul#slides').length) {
		$('ul#slides').cycle();
	}
});