/* inline styling actions apply in webmakerimagecontainer class */

/* the div that contains the control */
.webmakerimagecontainer {}
/* the image in the div container */
.webmakerimagecontainer img.webmakerimage {}
/* the image link in the div container */
.webmakerimagecontainer a.webmakerimagelink {cursor: pointer;}
/* the image caption div */
div.image_caption {background-color: #000;color: #FFF;padding: 5px;}