<!--
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}

#img {
position: absolute; Z-INDEX: 10; overflow: hidden;
right: 20px;
top: 20px;
}

div.banner {
	/* side link container */
	position: absolute;
	left: 33.5em;
	top: 3.5em;
	width: 140px;
}

div.banner div {
	/* borders and padding for
	the div inside the side
	link container */
	padding: 10px;
	border: 2px solid #000077;
}

/** This is for positioning the ads arrow **/

#ltk {
  position: absolute; left: 36em; top: 8.5em;}
/** End of arrow positioning **/

-->