

/* CSS needed for the script */

#ajax_tooltipObj{z-index:1000000;text-align:left;}
#ajax_tooltipObj div{position:absolute;left:-250px;top:15px;;}
#ajax_tooltipObj .ajax_tooltip_arrow{background-image:url('arrow.gif');width:1px;position:absolute;left:0px;top:0px;background-repeat:no-repeat;background-position:center top;z-index:1000005;height:70px;}
#ajax_tooltipObj .ajax_tooltip_content{border:4px solid yellow;background-color:#fff;padding:2px;margin-top:10px;position:relative;width:440px;height:285px;overflow:auto;z-index:1000001;}