/* This for popup image without using Javascript */

#pic {
	/*background-color: #FFFFFF;
	left: 10px;*/
	position: relative;
	/*top: 10px;
	width: 225px;*/
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
	z-index: 1;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	/*background: #FFFFFF;
	border: 1px solid #000000;*/
	display: block;
	/*height: 242px;*/
	left: 0;
	text-decoration: none;
	top: 0;
	z-index: 1;
	/*width: 225px;*/
}

#pic a.p1:hover {
	/*background-color: #8C97A3;
	color: #000000;
	text-decoration: none;*/
	POSITION: relative; 
	BORDER-TOP-WIDTH: 0px; 
	DISPLAY: block; 
	BORDER-LEFT-WIDTH: 0px; 
	BACKGROUND: #fff; 
	LEFT: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	WIDTH: 75px; 
	TOP: 0px; 
	HEIGHT: 75px; 
	BORDER-RIGHT-WIDTH: 0px; 
	TEXT-DECORATION: none
}

#pic a.p1:hover .large {
	
	background: #e2e2e2;
	border: 2px solid #666666;
	display: block;
	height: 400px;
	left: 10px;
	position: absolute;
	top: -10px;
	width: 400px;
	z-index: 25;
}
