@charset "utf-8";
.pic {
	position: relative;
	top: 10px;
	margin-bottom:5px;
	
}
.pic a .large {
	border: 0px;
	display: block;
	height: 0px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 0px;
}
.pic a img {
	border: 0;
}
.pic a.p1, #pic a.p1:visited {
	left: 0;
	text-decoration: none;
	top: 0;
}
.pic a.p1:hover {
	color: #ffffff;
	text-decoration: none;
}
.pic a.p1:hover .large {
	border: 3px solid #ff0000;
	display: block;
	height: auto;
	left: 350px;
	position: absolute;
	top: -60px;
	width: auto;
	box-shadow: 10px 10px 5px #888;
}
