For image transperant ...try this

img {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE 8 & 9 (more valid) */
}


Full Source......CSS Tranparent Image

Warner