.is-desktop {
	a:not(.no-hover):hover,
	a:not(.no-hover):hover img,
	a:not(.no-hover) img:hover {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
	}
}
