/**
 * Joomgallery CSS Style - Common2 (used in category, gallery and
 * special view
 *
 * Changes to this file will be overwritten when updating
 * the gallery!
 * Best adjust the CSS to your needs in the file joom_local.css 
 * in this directory. You can either create it yourself, or 
 * rename joom_local.css.README.
 **/

.jg_row {
  overflow:hidden;
  height:auto;
  padding:0.8em 0;
}
.jg_element_gal {
  float:left;
}

/** TODO: Configuragle float / nofloat by config */
.jg_photo_container .jg_element_img {
  float:left;
}
.jg_element_imgnofloat {
  clear:left;
}

.jg_element_img{
  text-align:center;
}

.jg_element_txt{
}
.jg_element_txt ul{
  margin:0;
  padding:0 0.5em;
  text-align:center;
}
.jg_element_txt li{
  background-image:none;
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

