/* BEGIN Advanced mouse hover preview */

/* CHANGE the borders and color to match your theme */

div#tooltipDiv {
	background: #ffffff url('bg.gif') top left repeat-x;
	border: solid 2px #ffffff;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 3px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width:auto;
	max-width: 300px;
	z-index: 9999;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
}
/* END Advanced mouse hover preview */