// SLIDESHOWS

$(document).ready(function(){
 	$('#slides').cycle({ fx: 'fade', timeout:  6000, delay:  0, speed:  800 });
 	$('#callouts').cycle({ fx: 'fade', timeout:  6000, delay:  0, speed:  800, nowrap: 0 }); 
 	$('#brands').cycle({ fx: 'fade', timeout: 0, speed:  500, sync: 0, next: '#next2'  });
 	$('#about-gallery').cycle({ fx: 'fade', timeout:  4000, delay:  0, speed:  1000 }); 	
});