/**
 * @author:	Johan Voeten johanATprocurios.nl
 * @UI: 	webshopApp standard
 * @module: mod_webshop2
 * @about: 	webshop-product-images-gallery.css - Main webshop2 file to add layout to its output
 */

.wpd-imgages-gallery {
    display: block;
    float: left;
    margin: 1em -.2em;
    list-style: none;
}

.wpd-imgages-gallery li {
    display: inline-block;
    *display: inline;
    margin: 0 .2em .4em;
}