.md-psw-img-gallery  {
	text-align: center;
	margin: 30px; 
}

/* This is for make img's smaller 
   and always with the same size */
.md-psw-img-gallery img {
	height: 160px; 
	width: auto;
	border: none;
}

.md-psw-img-gallery > figure {
	display: inline-block; /* For display img's beside one to another */  
	padding: 0;
	margin: 0.1em;
}

/* IE8: IE8 doesn't know how manage figure child elements */
figure > a,
figure > figcaption {
	display: block;
}

figcaption {
	display: none !important; /* caption isn't shown in thumbail mode (¿tily request?) */
}
