.minigallery { /* main container per gallery */
	margin: 0 0 10px 0;
}
.minigallery h1 { /* title - if added */
         /* kopiert aus wb\templates\landzilla_mod\style.css (.storycontent h3) */
         margin: 0;
         padding: 0 0 15px 0;
         font: bold 11pt verdana, sans-serif;
}
.minigallery .mgdescription {
         /* keine einstellung = Schrift normal */
         padding: 0 0 10px 0;

}

.minigallery .mgimages { /* the images container. */

}
.minigallery a {	/* the thumbnail images, floating left to position them next to eachother */
	position: relative;
	float: left;
}
.minigallery img {	/* the thumbnails could be styled and positioned here */
	border:1px solid #fff; 
	margin:0 3px 5px 0 ;
}
.minigallery .clr { /* used to clear the floating images */
	clear:both;
}
