

#pic a.p1, #pic a.p1:visited {
	border: 1px solid #7B7878;
	display: block;
	height: 30px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 30px; 
}

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

#pic a.p1:hover .large {
	border: 1px solid #7B7878;
	display: block;
	height: 200px;
	left: 35px;
	position: absolute;
	top: -170px;
	width: 200px; 
}



#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}



#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}

#pic {

	left: 0px;
	position: relative;
	top: 0px;
	width: 30px; height: 30px; padding-right: 3px;
}

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

#pic a img {
	border: 0; z-index: 100;
}

