#pic {
	background-color: #FFFFFF;
	position: relative;
	/*left: 10px;
	
	top: 10px;
	width: 135px;*/
}

#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 {
	background: #FFFFFF;

}

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

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	width: 385px;
	height: 240px;
	left: -360px;
	position: absolute;
	top: -100px;

}

#pic a.p2, #pic a.p1:visited {
	background: #FFFFFF;

}

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

#pic a.p2:hover .large {
	border: 1px solid #000000;
	display: block;
	width: 325px;
	height: 365px;
	left: -250px;
	position: absolute;
	top: -250px;

}

#pic a.p3, #pic a.p1:visited {
	background: #FFFFFF;

}

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

#pic a.p3:hover .large {
	border: 1px solid #000000;
	display: block;
	width: 328px;
	height: 240px;
	left: -280px;
	position: absolute;
	top: -100px;

}
#pic a.p4, #pic a.p1:visited {
	background: #FFFFFF;

}

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

#pic a.p4:hover .large {
	border: 1px solid #000000;
	display: block;
	width: 260px;
	height: 285px;
	left: -200px;
	position: absolute;
	top: -150px;

}


#top {
	margin-left: 80px;
}

