.popup {
		position: absolute;
		/*display: none;*/
		width: 97px;
		height: 39px;	
		/* only apply following position without coda plugin */
		top: -31px;
		left: 4px;
	}
	/* only apply following class and position without coda plugin */
	.pop-left{
		top: -31px;
		left: -99px;
	}
	.pop-left-bottom{
		top: 5px;
		left: 4px;
	}
	.bubbleInfo {
		position: relative;
	}
	.bubbleInfo a{
		width:8px;
		height:21px;
		position: relative;
		display:block;
	}
	a.trigger {
		position: absolute;
		width:8px;
		height:21px;
		display:block;
	}

.bubbleInfo {    position: relative;}
