IMG.left {
	float: left;
	position: relative;
	
}

IMG.left-1 {
	float: left;
	position: relative;
	left: 0;
}

IMG.right {
	align: right;
	float:right;
}

IMG.right-nf  {
	align: right;
	float none;
}

IMG.left-nf {
	float: none;
	position: relative;
	left: 0;
}

IMG.center  {
	align: center;
}