﻿/* Joomgallery local Style - wont be overwritten by updates etc.
 * Rename this file to "joom_local.css" to have it included in
 * Joomgallery.
 * You can override any Style Definition of Joomgallery
 * Be sure to place !important behind each definition that could be
 * defined elsewhere. 
 * 
 * A basic sample style is included below. Feel free to edit or 
 * comment to your liking.

 * 
 */
 
/* Subcategory elements in category view */
.jg_element_cat {
width:230px;

float:left !important;
}

img.jg_photo {

  vertical-align:bottom;
  padding:3px;
  margin:0px 0px 0px 0px !important;
}

 .jg_row {
  overflow:visible !important;
  height:auto !important;
  padding:70px 0px 0px 0px;
}