#pic {
	background-color: #BDCCDC;
	position: relative;
	top: 0px;
	left: 0px;
	width: 102px;
	height: 76px;
}

#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: #BDCCDC;
	border: 1px solid #336699;
	display: block;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 102px;
	height: 76px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #336699;
	display: block;
	left: 30px;
	position: absolute;
	top: -60px;
	width: 256px;
	height: 192px;
}
