jQuery(function(){
    $('#photo').cycle({
        fx: 'fade',
        timeout: 3500,
        pause: 1,
        startingSlide: Math.floor(Math.random()*5),
        speed: 800,
        pager:'#photo-pager'
		/*pagerAnchorBuilder:function(i,o) {
			return '<a href="#">' + (i + 1) + '</a>';
		}
		*/
    });
    
    $('#home-slider-clearspectrum').cycle({
        fx: 'fade',
        cleartypeNoBg: true,
        timeout: 0,
        pause: 1,
        speed: 200,
        next: '#home-slider-clearspectrum-next',
		prev: '#home-slider-clearspectrum-previous'
    });
    
    $('#home-slider-powerspectrum').cycle({
        fx: 'fade',
        cleartypeNoBg: true,
        timeout: 0,
        pause: 1,
        speed: 200,
        next: '#home-slider-powerspectrum-next',
		prev: '#home-slider-powerspectrum-previous'
    });
    
    $('#home-slider-purespectrum').cycle({
        fx: 'fade',
        cleartypeNoBg: true,
        timeout: 0,
        pause: 1,
        speed: 200,
        next: '#home-slider-purespectrum-next',
		prev: '#home-slider-purespectrum-previous'
    });
    
    
    
    
    
    
});