@charset utf-8;


/* --------------------------------
* artwork_image.css
* last update: Apr 28, 2010
-------------------------------- */

img.alignLeft  { padding:5px 20px 20px 0px; float:left; width: auto !important; height: auto !important; }
img.alignRight { padding:5px 0px 20px 20px; float:right; width: auto !important; height: auto !important; }
img.alignCenter{ padding:20px 0px; margin:0 auto; display:block; clear:both; width: auto !important; height: auto !important; }

