	//Cycles through all the portfolios (on the left-side menu) for Expert Outsource.
	$(document).ready(function() 
	{			  

        $('#portfoliopicsDiv') 
        .after('<div id="portfolioNav">') 
        .cycle({ 
            fx: 'fade', 
            speed: 600, 
            timeout: 6000, 
            pager: '#portfolioNav',
			pagerEvent: 'mouseover'
        });		

    });	
