#toolTip{
   border:none;
  
	background-image: url('template/images/tooltip.png');
	background-repeat: no-repeat;


   width:170px;
height: 227px;
   position:absolute;
   visibility: hidden;
   overflow: hidden;

padding-top:15px;
padding-left:25px;
padding-right:25px;

  	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
   color:#d8d8d8;
}

#Preview{
   border:none;
	background-image: url('template/images/balloon.png');
	background-repeat: no-repeat;

   width:183px;
   height: 147px;

   visibility: hidden;
   overflow: hidden;
   position:absolute;
  	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
   color:#d8d8d8;
}

