.dbClass {
	color: #FFFFFF;
	position:absolute;
	z-index:14;
	visibility:visible; 
	width:900px;
	top: 230px;
	background-image: url(image/tileSquare.jpg);
	background-repeat: repeat-y;
	left: 0px;
	padding: 10px;
	
}

#dhtmltooltip{
	position: absolute;
	width: 500;
	border: 1px #000000;
	padding: 2px;
	background-color: #D6D09D;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

img.scaled{
	height: 250px;
	width: auto;
}