 



#pic {
	position: relative;
	right: 0px;
	left: 0px;
	border: 0px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 0px;
}

#pic a img {
	border: 0;

	
}

#pic a.p1, #pic a.p1:visited {
	display: block;
	
	left: 0;
	text-decoration: none;
	top: 0;
	
}

#pic a.p1:hover {
background-color: #ABD8FF;

	color: #ABD8FF;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #ABD8FF;
	display: block;
	height: 351px;
	left: -210px;
	position: absolute;
	top: -75px;
	width: 467px;
}
