/* CSS Document for Image Opacity*/

img {
	-moz-opacity:0.4;
	filter:alpha(opacity=100);
}

