        .bubbleInfo {
            position: relative;
        }
        .trigger {

        }
     
        /* Bubble pop-up */
 
        .popup {
        	position: absolute;
        	visibility:hidden;
        	z-index: 50;
        	border-collapse: collapse;
			
			font-size:11px;
		
			color:#666;
        }
		
		.popup-top {
		border-top: 1px #919191 solid;
		border-left: 1px #919191 solid;
		border-right: 1px #919191 solid;
		width:398px;
		height:16px;
		background-color:#fff;
		}
		
		.popup-middle {
		border-left: 1px #919191 solid;
		border-right: 1px #919191 solid;
		background-color:#fff;
		width:348px;
		padding:5px 25px;
		clear:both;
		}
		
		.popup-bottom {
		background: url('images/floatbox-bottom.png') no-repeat bottom left;
		width:421px;
		height:30px;
		clear:both;
		}
		
		.popup img {
		float:left;
		border:5px #cccccc solid;
		margin: 4px 20px 10px 0;
		}
		
		.popup-middle p {
		margin:0 0 5px 0;
		padding:0;
		}
