/**
 * Joomgallery CSS Style - Specials (TOPXX) 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_top_element {
  text-align:center;
  float:left;
}

/* Top list entry images */
.jg_top_element .jg_photo_container {
}

/* Text under top list entries */
.jg_top_element .jg_top_details {
  margin:0px;
  padding:0px;
  text-align:center;
}

.jg_top_details ul{
  padding: 1.1em;	
}

.jg_top_details li {
  background-image:none;
  list-style-type:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

