.showbg {
  /*background-color: black;*/
}
.link_nor {
  background-color: #e8e8e8;
  font:10pt Arial;
  border: 2px solid #ccc;
  padding: 0px 4px 0px 4px;
  text-align: center;
  color: black;
}
.link_act {
  background-color:#666;
  font:10pt Arial;
  border: 2px solid #999;
  padding: 0px 4px 0px 4px;
  text-align:center;
  color: #fff;
}
.gray {
  background-color: e8e8e8;
  position: absolute;
  border: 0px solid #9F6D11;
  z-index: 100;
}
.opa {
  color: white;
  padding: 5px 8px 0px 8px;
  position: absolute;
  z-index: 101;
  background-color: #FFA928;
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100,FinishOpacity=50, Style=3, StartX=0, FinishX=100, StartY=0,FinishY=16); 
  -moz-opacity: 0.5;
  width:254px;
}
#slidelink {
  position: absolute;
  right: 5px;
  bottom: 5px;
	text-align:right;
}
