
.fttbdx, .fttbsx { position: relative; z-index: 0; padding: 15px; }
.fttbsx { float: left; padding-left: 0px; }
.fttbdx { float: right; padding-right: 0px; }
.fttbdx:hover, .fttbsx:hover { background-color: transparent; z-index: 50; }
.fttbdx:hover span, .fttbsx:hover span { visibility: visible; top: 0; }
.fttbdx:hover span { left: -307px; }
.fttbsx:hover span { left: 0px; }


.fttbdx span, .fttbsx span
{
	position: absolute;
	left: -1000px; visibility: hidden;
	padding: 5px; color: black;
	background-color: Yellow;
	border: 1px dashed gray;
	text-decoration: none; text-align: center;
	font-size: 12px; font-weight: bold;
}

.fttbdx span img, .fttbsx span img { padding: 5px; }

