/**
 * Joomgallery CSS Style - Category 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.
 **/

/* description of category under header */
.jg_catdescr{
	text-align:center;
	padding: 5px;
}

.jg_element_cat {
  float:left;
}

.jg_catelem{
  text-align:center;
  float:left;
}

.jg_cat_subelem{
  clear:left;
  margin-left:0.3em;
  margin-righ:0.3em;
}
.jg_cat_subelem ul{
  margin:0;
  padding:0 0.5em;
}
.jg_cat_subelem li{
  background-image:none;
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}
.jg_catelem_txt ul{
  margin:0;
  padding:0 0.5em;
}
.jg_catelem_txt li{
  background-image:none;
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

