@charset "utf-8";
/* CSS Document */

div.fadehover {
	position: relative;
}
.fadeContainer {
	float:left;
	margin-left:25px;
}
.fadeContainer img{
	border:none;
}
.first {
	margin-left:0 !important;
}
img.a {
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
}
img.b {
	position: absolute;
	left: 0;
	top: 0;
}
