@charset "utf-8";
/* CSS Document */
a.rollover, a.rollover:visited {
	border:none;
	position:relative; 
	z-index:3;
}
a.rollover img { 
	border:0px;
}
a.rollover b {
	border:0px;
	position:absolute;
	/*bottom: -262px;*/
	left: 0px;
	width:699px; height:555px; 
	visibility:hidden; /* hide the image */
	z-index:4;
}
a.rollover:hover {
	border:0px; /* needed for this to work in IE */ 
	z-index:3;
}
a.rollover:hover b {
	border:0px;
	cursor:pointer; /* for IE */
	visibility:visible; 
	z-index:3; 
}