#pic {
	background-color: transparent;
	left: 0px;
	position: relative;
	top: 0px;
	width: 200px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0px;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 0px dashed #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: transparent;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px dashed Gray;
	display: block;
	left: 210px;
	position: absolute;
	top: -50px;
	width: 400px;
	height: 300px;
}