//$(document).ready(function(){
	
//	$("#homeServices").click(function (){		
//		$("#linkServices").parent().removeClass("active");
//		$("#linkContacts").parent().removeClass("active");
//		$("#homeServices").parent().addClass("active");
//	}); 	
//	
//	$("#linkServices").click(function (){				
//		$("#homeServices").parent().removeClass("active");		
//		$("#linkContacts").parent().removeClass("active");
//		$("#linkServices").parent().addClass("active");		
//	});
//	
//	$("#linkContacts").click(function (){		
//		$("#homeServices").parent().removeClass("active");
//		$("#linkServices").parent().removeClass("active");
//		$("#linkContacts").parent().addClass("active");
//	});	
//
//	$("#linkServices").parent().removeClass("active");
//	$("#linkContacts").parent().removeClass("active");	
//	$("#homeServices").parent().addClass("active");
////		$("#top_inner > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 9500, true);
////		$("#testimonials_holder > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 9500, true);
//	});

