@charset "utf-8";
/* CSS Document */

.holder
{
	overflow: hidden;
	width: 964px;
	height: 304px;
}
.pane
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 964px;
	height: 304px;
	display: none;
}
.panelink
{
	position: absolute;
	opacity:0.0;				/* 0.0-1.0; set to 0.0 when done debugging */
	filter:alpha(opacity=0);	/* 0-100; set to 0 when done debugging */
	font-size: 1px;
	border: solid 1px black;
	background: white;
	cursor: pointer;
}
