Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I used CSS to set the panel to a circle and set the overflow to hide, but the pictures in the panel are still displayed.
#pnlImgL{ border: 1px solid #FFF; border-radius:50%; overflow: hidden; margin:5px; }