

#pic {
	background-color: none;
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
	
	margin-top: 2px;
	margin-left: 10px;
	
}

#pic a .large {
	border: none;
	display: none;
	position: relative;
	z-index:9999999;
	
	
	
	
}

#pic a img {
	border: 0;
	
	
	width: 120px;
	height: 120px;
	
	
}
#pic a.p1 img {
	border: 0;
	
	width: 120px;
	height: 120px;
	
	
    
	
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: none;
	display: block;
	
	width: 120px;
	height: 120px;
	
	
	

	text-decoration: none;
	

	
}

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

#pic a.p1:hover .large {
	border: 5px solid #b3b3b3;
	display: block;
	
	left: 0px;
	position: absolute;
	top: -160px;
	width: 250px;
	height: 250px;
	
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
}