<style type="text/css" media="screen">

/*\*//*/
@import "ie5mac.css";
/**/

/* IE6 Fixed position fix */
html, body {
      height: 100%;
      overflow: auto;
}

* {
border:0;
margin:0;
padding:0;
} 

#content {
	width:750px;
	margin:0;
	/* height:available-height; */
	text-align: left;
	padding:10px 10px;
	background-color:#e0e1e6;
}
	

img {
border: none;
}

span {
display:none;
}

span img {
border:solid 1px #000;
z-index:1000;
}

a:hover {
border:none;
text-decoration:none;
}

a:hover span {
position:absolute;
zindex:1000;
left:500px;
top:15px;
width:130px;
height:700px;
display:block;
}

</style>