Try:
Code:
filter: alpha(opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: .5;
-khtml-opacity: .5;
opacity: .5; /* for future compatibility */
This should make it semi-transparent. An opacity value of 1.0 means fully opaque. A value of 0 means completely invisible.