#tooltip {
	position: absolute;
	z-index: 9000;
	border: none;
	background-color: #1d2532;
	padding: 10px 17px 10px 17px;
	font-size:14px;
	font-weight:normal;
	font-family:Time New Roman;
	color:#bab8af;
	font-style:italic;	
}
#tooltip h3, #tooltip div { margin: 0;	font-size:14px;
	font-weight:normal;
	font-family:Time New Roman;
	color:#bab8af;
	font-style:italic;
	}
#tooltip.nexttool{
width:24px;
height:24px;
z-index:9999;padding:0px;
background:url(/img/next.png) no-repeat top left;
}
#tooltip.prevtool{
width:24px;
height:24px;padding:0px;
background:url(/img/prev.png) no-repeat top left;
z-index:9998;
}

*html #tooltip.prevtool{width:24px;height:24px;background:url(/img/prev.jpg) no-repeat top left;padding:0px;}
*html #tooltip.nexttool{background:url(/img/prev.jpg) no-repeat top left;width:24px;padding:0px;height:24px;}