.tt{
	position: relative;
	*background: #eaeaea;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	outline: none;
}

.tt span{
	visibility: hidden;
	position: absolute;
	bottom: 45px;
	left: 0px;
	z-index: 999;
	width: 100px;
	*margin-left: -127px;
	padding: 5px 10px 0 20px;
	background-color: rgba(33,33,33,0.3);

}

.tt span a {
	color: #fff;
}

.tt span a:hover {
	color: #008fbb;
}

.tt:hover{
	border: 0; /* IE6 fix */
}

.tt:hover span{
	visibility: visible;
}

.tt .rating-podshow {
	width: 150px;
	text-align: center;
	bottom: 45px;
	padding: 5px 10px 0 60px;
}

.tt .rating-podshow-actions {
	width: 100%;
	text-align: center;
	top: 100px;
	bottom: auto;
	padding: 5px 0 0 0;
}