/* CSS Document for fader jQuery function*/

div.fadehover {
	position:relative;
	height:100px;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
    z-index: 10;
	border:0px;
	}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	border:0px;
}
