
/* This CSS File is automatically generated by the imagefield_gallery.module, any 
edits made to this file will be overwritten the next time any configuration changes 
are made via the admin.  If you'd like to alter the contents of this file, check 
theme_imagefield_gallery_css_render() in the imagefield_gallery.module file. */

/* ----- gallery general ------------------------------------------------------------------- */


div.gallery_gallery_box {
  width:100%;
  clear:both;
  display:block;
}

/* ----- gallery thumbnails ---------------------------------------------------------------- */

div.gallery_image_field_thumbnail {
  display: inline;
  float: left;
  overflow: hidden;
    margin:10px;
    border:1px solid #000000;
    width: 100px;
    height: 100px;
}

div.clear_both {
  clear: both;
}