div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}
img#TheImage { 
height: 250px; 
width: 400px; 
border: solid #C0C0C0 1px; 
}
div#OVERLAY  { 
position: absolute; 
display: none;
height: 250px; 
width: 400px; 
border: solid #C0C0C0 1px; 
text-align: center; 
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
color:#333;
font-weight:500;
background-color:#FFF;
}
#thumbnails {
margin-top:4px;
width:400px;
text-align:center;
}
.productdetailstitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#333;
	font-weight:500;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-align:left;
	line-height:15px;
}