/*
 * CSS-Stile für JoomGallery
 */
 
.gallery {
  	/*width: 2000px;*/
}

.jg_pathway img {
 	display: none;
}
 
.componentheading {
 	float: left;
	margin-right: 12px; /* Abstand zum pathway */
}
 
.jg_pathway {
 	position: relative;
	top: -2px;
}

.jg_row {
	overflow: visible; /* stand auf hidden */
	clear: both; /* Soll unterhalb der componentheading und unterhalb des pathway stehen */
	/*float: left;*/
}

/*
.sectiontableentry1,
.sectiontableentry2 {
	float: left;
	width: 50%;
}
*/

.jg_element_cat {
}

.jg_element_gal, .jg_element_gal_r {
	/*padding-left: 12px;*/
}

.jg_photo_container {
	width: 100%; /* damit bei schmalen Thumbnails der Kategorie-Text drunter angezeigt wird, und nicht daneben */
}
