#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	display: none;
	/*
	background-image:url('../../images/tooltip_arrow.png');
	width:20px;
	position:absolute;
	left:-50px;
	top:-10px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
	*/
}

#ajax_tooltipObj .ajax_tooltip_content{
	border: none;	/* Border width */
	left:-210px;	/* Same as border thickness */
	top:10px;
	position:absolute;
	/*background-color:white;	 Background color */
	background: url(../../images/zoom_bg.png) center center;
	padding:15px;	/* Space between border and content */
	z-index:1000001;
	overflow: show;
}

