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

/* ----- application general ------------------------------------------------------------------- */


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

/* ----- application thumbnails ---------------------------------------------------------------- */

div.application_image_field_thumbnail {
  display: inline;
  float: left;
  overflow: hidden;
  margin:5px 13px 5px 5px;
  border:1px none #ffffff;
  width: 120px;
  height: 160px;
  text-align: center;
  font-size: 11px;
  line-height: normal;
}

div.application_image_field_thumbnail img {
  width: 120px;
  height: 120px;
}

div.clear_both {
  clear: both;
}
/* ----- product general ------------------------------------------------------------------- */


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

/* ----- product thumbnails ---------------------------------------------------------------- */

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

div.clear_both {
  clear: both;
}

