$(document).ready(function() {
    $('.anythingSlider').cycle({
		fx: 'fade',
		speed: 5000,
		timeout: 2000,
		pager: '#thumbNav'
	});
});        
