/* Stretch image to full width */
img.s {
	width: 100%;
}
/* Align image on the left side */
img.l {
	float: left;
}
/* Align image on the right side */
img.r {
	float: right;
}
/* Clear image alignment */
.c {
	clear: both;
}
