/* 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.
 *
 * 
 * Diese Datei wird nicht von Updates o.ä. überschrieben.
 * Benennen Sie diese in "joom_local.css" um, damit sie von der Joomgallery 
 * erkannt und eingebunden wird.
 *
 * Sie können jede Style-Definition 'überschreiben', die von der Joomgallery
 * standardmäßig in den anderen CSS-Dateien vergeben wird.
 *
 * Bitte fügen Sie ein '!important' in jeder Definition ein, die schon an
 * anderer Stelle definiert ist.
 *
 * Ein grundlegendes Beispiel für geänderte Styles finden Sie untenstehend.
 * Sie können diese nach Ihren Vorstellungen ändern.
 * 
 */
 
.jg_element_gal {
    float: left;
    height: 130px;
    
    border: 1px solid #4E1212;
    padding: 5px;
    width: 175px;
    height: 170px;
    margin-right: 10px;      
}

.jg_element_gal .jg_photo_container {
    width: 130px;
    height: 110px;
    text-align: center;
    clear: both; 
    float: none; 
    margin-left: auto;
    margin-right: auto;   
}

img.jg_photo {
    border: none;
    padding: 5px;
    background-color: #271A1A;     
}

.jg_element_gal .jg_photo_containe .jg_element_txt {
    clear: both;
}

.jg_element_cat {
    border: 1px solid #4E1212;
    margin-right: 5px;
    height: 150px;
    width: 150px;
}

.jg_topelem_photo  {
    width: 130px;
    height: 110px;
    text-align: center;
    clear: both; 
    float: none; 
    margin-left: auto;
    margin-right: auto;   
}

.jg_topelem_txt {
    clear: both;
}

