img.right {
	float:right;
	margin:1em 0.5em 1em 1em;
}

img.left {
	float:left;
	margin:1em 1em 1em 0.5em;
}
ul {
	text-align:left;
}
span.specsheet {
	width:280px;
	padding:10px;
}
div.imagerow {
	width:100%;
	text-align:center;
	margin:1em 0 1em 0;
}
div.imagerow img {
	margin:0 0.5em 0 0.5em;
	border:1px solid black;
}
div.captionrow {
	/* Caption rows are used after image row. */
	width:70%;
	font-family:sans-serif;
	font-style:oblique;
	text-align:center;
	margin:0 auto 2em auto;
}

