$(function(){
		var current_project = 0;	
		$("#block-block-2 .view-content").cycle({ 
			fx:      "fade", 
			speed:    500, 
			cleartype: 1,
			cleartypeNoBg: 1,
			timeout:  10000
		});				
});
