You could try something with the CSS.

I just did this option:-
PHP Code:
#productMainImage {
    
border-left5px solid #a2f4f7;
    
border-top5px solid #a2f4f7;
    
border-right5px solid #a2f4f7;
    
border-bottom5px solid #a2f4f7;
    

And I get a light blue frame around the main pic, 5 pixels thick.

I'm not sure what css you would use to insert BG images - you can't use the "border" instruction.