// Showcase cycler for homepage
$(function() {
    $('.showcase-pics').cycle({
        fx: 'fade',
        containerResize: true,   
        fit: true,        
        speed: 'slow',
        timeout: 6500,
		pause: 1,        
        pager: '.showcase-controls',
        pagerAnchorBuilder: function(i, el) { 
            return '<a href="#">&bull;</a>'; 
        },
        pagerEvent: 'click.cycle'        
    });
});

$(function() {
    $('.verandah-advert-pics').cycle({
        fx: 'fade',
        containerResize: true,   
        fit: true,        
        speed: 'slow',
        timeout: 4500,
		pause: 1
    });
});
