/*
CSS needed by the framework for EDIMAGE
*/
.image {
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	opacity:1;
}

.image.mouseover {
	opacity:1;
}
