


/* -----------------------------------------------------------------*/
/* For Mouse Over Support */

a.fss-std span.fss-mouseover {
 display: none;
 position: absolute;
 z-index: 16535;
}

a.fss-std:hover span.fss-mouseover {
 position: absolute;
 top: 5px;
 left: 40px;
 display: block;
 background: #ffffff;
 border: 1px solid black;
 color: #000000;
 z-index: 32767;
 }

a.fss-std:hover {
	position: relative;
}

