.minigal2 h1.mgtitle { /* title - if added */

}
.minigal2 .mgdescription {
	font-style: italic;
}

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

}
.minigal2 a {	/* the thumbnail images, floating left to position them next to eachother */
	position: relative;
	text-decoration: none;
}
.minigal2 a:hover {
	text-decoration: none;
}

.minigal2 img {margin:0 2rem 1.5rem 0 ; webkit-transition: 0.5s ease-in-out; -moz-transition: 0.51s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; border-bottom: 4px solid #FEC804;}
.minigal2 .mgimages a:hover img {opacity: 0.8; border-bottom: 4px solid #009aff;}

.minigal2 .mgclr { /* used to clear the floating images */
	clear:both;
}

#lightcase-nav a, #lightcase-nav a:hover {
	text-decoration: none;
}