div.floatright, table.floatright {
	clear: right;
	float: right; 
	margin: 0;
	position: relative;
	border: 0.5em solid White;
	border-width: 0.5em 0 0.8em 1.4em;
}

div.tright {
	clear: right;
	float: right;
	border-width: 0.5em 0 0.8em 1.4em;
}

div.tleft {
	float: left;
	margin-right:0.5em;
	border-width: 0.5em 1.4em 0.8em 0;
}

div.thumbcaption {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
}

/* Centre */
div.center {
	width: 100%;
	text-align: center;
}

/*
   If an image is centred, a border isn't needed
   '!important' overrides other styles on images.
*/

div.center img {
	border: 0px !important;
}
