.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:5.0;
	-khtml-opacity: 5.0;
	opacity: 5.0;
}
