/*- Pic hover links --------------------------- */

#pic1 {
	background-color: #FFFFFF;
	left: 0px;
	position: relative;
	top: 0px;
	width: 220px;
	height: 165px;
}

#pic1 a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: 0px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic1 a img {
	border: 0;
}

#pic1 a.p1, #pic1 a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	width: 220px;
	height: 165px;
	left: 0;
	text-decoration: none;
	top: 0;
}

#pic1 a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic1 a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	width: 400px;	
	height: 300px;
	left: -90px;
	position: absolute;
	top: -60px;
}