You need to put the shadow on the division when it has a radius corner and we have to use a class to do that in web studio. Then make the radius match your web studio shape. Web Studio Next Css3 Box ShadowIf you are not familiar with web studio refer to the instruction page
<- How to place a shadow on the "shapes" from Adding shadows to images using CSS3
How to place a shadow on Images like the example below left
This uses css "box shadow" box-shadow: 3px 3px 4px black;
The first two 3px 3px is how far the background shadow is offset The third 4px is how much it is blurred, then it's color.
There is more you can do but that's the basics
This is the tricky part.
Put your image on the page and select it. Adding shadows to radius corner shapes
Draw your shape with the radius corners and select it. Go to the HTML tab, and in Insert Page HTML select Inside HEAD |