
#pic {
	background-color: #FFFFFa;
	left: 0px;
	position: relative;
	top: 0px;
	width: 120px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: relative;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFa;
	border: 1px solid #000000;
	display: block;
	height: 122px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 120px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 310px;
	left: -700px;
	position: relative;
	top: 20px;
	width: 820px;
}

