IMG.left {
	padding: 3em;
	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;
	position: relative;
	left: 0;
}

IMG.center {
	position: relative;
	
	float: none;
}