$(function(){
	
	$("#campaign-cycle").cycle({ 
		fx : 'fade',
		speed :    700, 
		timeout :  0,
		//timeout :  5000,
		next: '#next', 
		prev: '#prev'
	});
	
	/*
	$('#next, #prev').hover(
	  function () {
	    $(this).css( { display: 'block' });
	  }, 
	  function () {
	    $(this).animate({ opacity: 1 }, 500, function() {} );
	  }
	);
	*/
	
	$('#subscribe').popupWindow({ width: 550, height: 300, centerBrowser: 1 });
	
});

























