$('document').ready(function(){
	/**
	 * 		Home Page Banner Rotation + controls
	 **/ 
	$('#main_banners').cycle({    	
		fx:     'fade', 
		speed:  1000  	
    });
	
	/* $('#pauseButton').click(function(){ 
		$('#banners div').cycle('pause'); 
	});
		
	$('#resumeButton').click(function() { 
	    $('#banners div').cycle('resume', true); 
	}); */
});