

#pic {
	background-color: ;
	left: 10px;
	position: relative;
	top: 10px;
	width: 111px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #ff;
	border: 0px solid #000000;
	display: block;
	/* height: 70px; */
	left: 0;
	text-decoration: none;
	top: 0;
	width: 111px;
}

#pic a.p1:hover {
	 background-color: #c0c0c0;
	color: #000000;
	text-decoration: none; 
}

#pic a.p1:hover .large {
	border: 2px solid #000000;
	display: block;
	height: 140px;
	left: -350px;
	position: absolute;
	top: -60px;
	width: 350px;}

#top {
	margin-right: 80px;
}