/**
 * About Us Testimonials
 */
$(function(){
		var current_project = 0;	
		$("#testimonials .view-content").cycle({ 
			fx:      "fade", 
			speed:    500,
			cleartype: 1,
			timeout:  10000
		});				
});
