$(document).ready(function() {

 if ($('#slideshow-wrapper').length>0) { 

    $('#slideshow-wrapper').before('<div id="dots">').cycle({
		fx: 'fade',
		timeout: 5000, 
        cleartype: true, 
		cleartypeNoBg: true	,
        pager:  '#dots'		
		
	});
 }

	
});


