#ajax_tooltipObj{
	z-index: 10000;
	text-align: center;
	font-family: verdana;
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border: 2px solid #242424;	/* Border width */
	top: 0px;
	position: absolute;
	width: 170px;	/* Width of tooltip content */
	height: 265px;	/* Height of tooltip content */
	background-color: #353535;	/* Background color */
	padding: 5px;
	left: -190px;
	top: -285px;
	font-size: 12px;	/* Font size of content */
	overflow: hidden;	/* Hide overflow content */
	z-index: 10001;
	line-height: 11px;
}

#ajax_tooltipObj img {
	border: 2px solid #242424;
	margin: 0px;
}

#ajax_tooltipObj p {
	margin-left: 2px;
	font-size: 12px;
}