.bubbleInfo {
    position: relative;
}

.popup {
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */
	width: 325px;
	background-image: url(../images/p.png); 
	background-repeat: no-repeat;
	behavior: url(/pie/PIE.htc);
	opacity: 0; margin-top:-130px; 
	margin-left:-825px; 
	z-index:999;
	border:1px solid #aaafcf; border-radius:3px; padding:0px;
	background-color:#fff;
}
.popup-arrow{position:absolute; bottom:25px; right:-17px; width:18px; height:24px; z-index:999999; background-image:url(../images/arrow-popup.png);}
