function hovereffect1(){
	$("#services li:nth-child(1)").mouseenter(function (){
		$("#services li:nth-child(1)").css('color','white');
		$("#services li:nth-child(1) div").css("background", "url('/img/icons_invert.png')");
		$("#services li:nth-child(1) div").css('background-position', '0px 0px');
	});
	$("#services li:nth-child(1)").mouseleave(function (){
		$("#services li:nth-child(1)").css('color','#ffea63');
		$("#services li:nth-child(1) div").css("background", "url('/img/icons.png')");
		$("#services li:nth-child(1) div").css('background-position', '0px 0px');
	});
	$("#services li:nth-child(3)").mouseenter(function (){
		$("#services li:nth-child(3)").css('color','white');
		$("#services li:nth-child(3) div").css("background", "url('/img/icons_invert.png')");
		$("#services li:nth-child(3) div").css('background-position', '0px -128px');
	});
	$("#services li:nth-child(3)").mouseleave(function (){
		$("#services li:nth-child(3)").css('color','#ffea63');
		$("#services li:nth-child(3) div").css("background", "url('/img/icons.png')");
		$("#services li:nth-child(3) div").css('background-position', '0px -128px');
	});
	$("#services li:nth-child(5)").mouseenter(function (){
		$("#services li:nth-child(5)").css('color','white');
		$("#services li:nth-child(5) div").css("background", "url('/img/icons_invert.png')");
		$("#services li:nth-child(5) div").css('background-position', '0px -64px');
	});
	$("#services li:nth-child(5)").mouseleave(function (){
		$("#services li:nth-child(5)").css('color','#ffea63');
		$("#services li:nth-child(5) div").css("background", "url('/img/icons.png')");
		$("#services li:nth-child(5) div").css('background-position', '0px -64px');
	});
	$("#services li:nth-child(7)").mouseenter(function (){
		$("#services li:nth-child(7)").css('color','white');
		$("#services li:nth-child(7) div").css("background", "url('/img/icons_invert.png')");
		$("#services li:nth-child(7) div").css('background-position', '0px -256px');
	});
	$("#services li:nth-child(7)").mouseleave(function (){
		$("#services li:nth-child(7)").css('color','#ffea63');
		$("#services li:nth-child(7) div").css("background", "url('/img/icons.png')");
		$("#services li:nth-child(7) div").css('background-position', '0px -256px');
	});
	$("#services li:nth-child(9)").mouseenter(function (){
		$("#services li:nth-child(9)").css('color','white');
		$("#services li:nth-child(9) div").css("background", "url('/img/icons_invert.png')");
		$("#services li:nth-child(9) div").css('background-position', '0px -192px');
	});
	$("#services li:nth-child(9)").mouseleave(function (){
		$("#services li:nth-child(9)").css('color','#ffea63');
		$("#services li:nth-child(9) div").css("background", "url('/img/icons.png')");
		$("#services li:nth-child(9) div").css('background-position', '0px -192px');
	});
};
