IMG.left {
	padding: 0.5em;
	float: left;
	position: relative;
	
}

IMG.left-1 {
	margin-left: .5in;
	padding:.5in;
	float: left;
}


IMG.left-button {
	float: left;
	position: relative;
	left: 12;
}

IMG.right-button {
	float: right
	position: relative;
	right:108;
}

IMG.right {
	align: right;
	float:right;
}

IMG.left-nf {
	float: none
	margin-left: 0.5em;
	padding: none;
	
}

IMG.left-nf2 {
	margin-left: .5in;
	padding:.5in;
	float: none;
}

IMG.center {
	position: relative;
	
	float: none;
}

IMG.vthin-c  {
	margin: 0.25em;
	padding: 0;
	align: center;
	float: none;
}