.sliderInput {
  	height:20;
   	width:40;
  	font-family : Arial, Helvetica, sans-serif;
  	font-size : 12px;
  }
  .smallTxt {
    font-size: 16px;
    font-family : Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    font-weight:bold;
  }

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#013378;
    text-decoration:none}

a.info:hover{z-index:25;  color:#396AAC;}

a.info table{display: none}
a.info table tr td li{display: none}

a.info:hover  table{ /*the span will display just on :hover state*/
    font-family:arial;
	font-size:11px;
	font-weight:normal;
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #526D94;
    background-color:#E1E8F6; color:#013378;
    text-decoration:none;
    text-align: justify }
