
/* 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. */

/* ----- session_picture general ------------------------------------------------------------------- */


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

/* ----- session_picture thumbnails ---------------------------------------------------------------- */

div.session_picture_image_field_thumbnail {
  display: inline;
  float: left;
  overflow: hidden;
    margin:10px 10px 10px 10px;
    border:1px none #ffffff;
    width: 150px;
    height: 150px;
}

div.clear_both {
  clear: both;
}