/* This and linked documents are all copywrite 'St. Paul's Connect' */
/* 'St. Paul's Connect' Zooming Image CSS */

.thumbnail{
	position:relative;
	z-index:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}

.thumbnail:hover{
	background-color:transparent;
	z-index:50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position:absolute;
	background-color:#333;
	padding:2px;
	top:-150px;
	left:-1000px;
	border:1px solid #333;
	visibility:hidden;
	color:black;
	text-decoration:none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width:0;
	padding:2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility:visible;
	top:-150px;
	left:-125px; /*position where enlarged image should offset horizontally */
}
