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

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

#pic {
	/*background-color: #FFFFFF;
	width: 36px;*/
	position: relative;
}

#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 {
	height: auto;
	left: 0;
	text-decoration: none;
	top: 0;
	width: auto;
	
}

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

}

#pic a.p1:hover .large {
	border: 1px solid #e20074;
	display: block;
	height: auto;
	left: 0px;
	position: absolute;
	top: auto;
	width: auto;
	text-decoration: none;
	
}
#pic a.p2, #pic a.p2:visited {
	height: auto;
	left: 0;
	text-decoration: none;
	top: 0;
	width: auto;
}

#pic a.p2:hover {
	/*background-color: #8C97A3;
	color: #000000;*/
	text-decoration: none;
}
#pic a.p2:hover .large {
	border: 1px solid #e20074;
	display: block;
	height: auto;
	left: 0px;
	position: fixed;
	top:300px;
	left:360px;
	width: auto;
	text-decoration: none;
	
}
#top {
	margin-left: 80px;
}

