#pic a .large {
	display: none;
}
/* for picture in top news story*/
#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;	
	/*width: 410px;
	height: 300px;*/
	position: absolute;
	left: 150px;
	top: 60px;
}

#pic a.p1a:hover .large {
	border: 1px solid #000000;
	display: block;	
	/*width: 410px;
	height: 300px;*/
	position: absolute;
	left: 150px;
	top: 0px;
}


#pic a.p1b:hover .large {
	border: 1px solid #000000;
	display: block;	
	/*width: 410px;
	height: 300px;*/
	position: absolute;
	right: 10px;
	top: 0px;
}


/* for picture in second news story */
#pic a.p2:hover .large {
	border: 1px solid #000000;
	display: block;	
	/*width: 410px;
	height: 300px;*/
	position: absolute;
	right: 10px;
	top: 260px;
}
