#pic {
	position: relative;
}

#pic a .large {
	border: 0px;
	display: none;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	left: 0;
	text-decoration: none;
	top: 0;
}

#pic a.p1:hover {
	text-decoration: none;
    border-bottom: 0px;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: -150px;
	position: absolute;
	top: -60px;
	width: 90px;
}

#textsize {
	padding: 0.7em 0.2em;
	text-align: right;
	font-size: 100%;
}

#textsize a {
	padding: 2px 2px;
	font-weight: bold;
	text-decoration: none;
}