#tooltip {
	background: url("/images/tooltip-bg.png") no-repeat scroll 0 0 transparent;
	color:#000;
	font-family:Arial, Helvetica;
	font-size:12px;
	display:none;
	font-size:12px;
	padding: 0px;
	width:370px;
	height: 216px;
	z-index: 200;
}
#tooltip_container {
	padding: 25px 25px 0 25px;
	/* border: 1px solid green; */
}
#tooltip_content {
	z-index: 300;
	/* height: 145px; */
	height: 115px !important;
	overflow: auto !important;
	/* border: 1px solid red; */
}
/* #tooltip_close {
	background: url("images/delete-icon.gif") no-repeat;
	position: absolute;
	top: 15px;
	left: 340px; 
	float: right;
	width: 19px;
	height: 13px;
	cursor: pointer;
} */
#trailimageid {
	z-index: 400 !important;
}



