$(document).ready(function(){

	if($('#topimg .item').length>1){
		$('#topimg').after('<div id="cyclenav">');
	}

	//Standard Slideshow
	$('#topimg').cycle({
		speed:   1200,
		timeout: 7000,
		pager: '#cyclenav',
		pause: 1
	});

});

