#SwapContainer {
	/* position: absolute; */  /* MJF */
	/*left: 266px;
	top: 89px;*/
	position: relative; /* MJF */
	visibility: visible;
	z-index: auto;
	height: 303px;
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(3.jpg);
}
.swapdiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	background-image: url(3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 0px;
	position: absolute;
	height: 303px;
	width: 650px;
	left: 0;
	top: 0px;
	/* visibility:hidden; */ /* MJF */
	display:none; /* MJF */
}

