 .bubbleInfo {
            position: relative;
            top: 0px;
            left: 50px;
            /*width: 500px;*/
            margin: 0;
            padding: 10px;
        }
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
			background-color: #ADFFE1;
        }

        .popupTopLeft { height: 15px; width: 19px; background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-1.png); }
        .popupTop {background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-2.png); }
        .popupTopRight {height: 15px; width: 19px; background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-3.png); }
        .popupLeft { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-4.png); }
        .popupRight { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-5.png); }
        .popupBottomLeft { height: 15px; width: 19px; background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-6.png); }
        .popupBottom { background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-7.png); text-align: center;}
        .popupBottom img { display: none; margin: 0 auto; }
        .popupBottomRight { height: 15px; width: 19px; background-image: url(http://jqueryfordesigners.com/demo/images/coda/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

		table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }
