$(function()
{
//start
	
	$('#slideshow').cycle(
	{ 
	    fx:     'fade', 
	    speed:  'medium', 
	    timeout: 8000,
	    pause: false,
	    pager:  '.rotator_nav', 
	    pagerAnchorBuilder: function(idx, slide) 
		{ 
	        // return selector string for existing anchor 
	        return '.rotator_nav li:eq(' + idx + ') a'; 
	    } 
	     
 
	});	     

//closing
});


    
