.minigallery { /* main container per gallery */
	margin: 0 0 10px 0;
}
.minigallery h1 { /* title - if added */
	font-size: 18px;
}
.minigallery .mgdescription {
	font-style: italic;
	margin: 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: 6px solid #fff; 
	margin:0 12px 8px 0 ;
}

.minigallery img:hover {	/* the thumbnails could be styled and positioned here */
	box-shadow: 0px 0px 6px #ccc;
}

.minigallery .clr { /* used to clear the floating images */
	clear:both;
}

.minigallery a{
	border-bottom: none!important;
}