span.basic {
  /*bottom:15px;
  left:3px;
  position:absolute;
  padding-right: 20px;
  background: url('../images/shadow.gif') no-repeat right top;*/
  z-index: 1;
  position: relative;
}
.rollover {
	position: absolute;
	bottom: -5px;
	left: -54px;
	text-align: center;
	padding: 9px;
	width: 91px;
	height: 25px;
	display: none;
	line-height:110%;
	color: #000;
	cursor: pointer;
	background: url('../images/rollover_bg.png') no-repeat;
	_background: url('../images/rollover_bg.gif') no-repeat;
	font-size: 0.85em;
	z-index: 100;
}

.button.back .rollover, .detail_functions .button.print .rollover {
  padding: 14px 9px 9px 9px;
  width: 91px;
	height: 20px;
}

.detail_rating .rollover {
  padding: 14px 9px 9px 9px;
  width: 91px;
	height: 20px;
	left: -40px;
	bottom: -10px;
}
