/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {background:transparent url(../images/tooltip/black_arrow_big.png) no-repeat scroll 0 0;font-size:14px;height:153px;padding:30px;width:310px;font-size:14px;display:none;color:#fff;}
/* tooltip title element (h3) */
div.tooltip h3 {margin:0;font-size:18px;color:#fff; padding-bottom: 10px;}
* html img, 
* html .png {
	position:relative;
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true)  );
}
