/*---                                 	 ---*/
/*--- 			Picture Pop-up			 ---*/
/*---                             	     ---*/
#pic {
	background-color: #FFFFFF;
	position: relative;
}

/* thumbnail image border */
#pic a img {
	border: 0;
}

/* thumbnail border, size of thumbnail image */
#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	width: 55px; height: 45px;
	left: 0; top: 0;
	text-decoration: none;
}

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

/* pop-up image */
#pic a .large {
	border: 0px; display: block; position: absolute;
	width: 1px; height: 1px;
	left: -1px; top: -1px;
}

/* pop-up image, size and placement of pop-up image */
#pic a.p1:hover .large {
	border: 1px solid #000000; display: block; position: absolute;
	width: 275px; height: 225px;
	left: -280px; top: 0px;
}