.popup p{
	color:black;
	font-size:11px;
	width:150px;
}

.popup {
	position: relative;
	z-index: 0;
	color:#C0FF97;
	font-size:11px;
}

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

.popup span{ /*CSS for enlarged image*/
position: absolute;
background-color: #c3d990;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
border: #82b818 3px solid;
}

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

.popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 20px; /*position where enlarged image should offset horizontally */
bottom: -100px;
}
