/* CSS Document */
div.fadehover {
	position: relative;
	}

img.a {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
	}

img.b {
	position: inherit;
	left: 0;
	top: 0;
	}
