/* RollOpaque With Little Play 6
****************************/

a.rollopaquelt6 img {
  opacity: 0.2;
  filter:alpha(opacity=25);
}

a.rollopaquelt6:hover img {
  opacity: 0;
  filter:alpha(opacity=0);
}
a.rollopaquelt6 {
	display: block;
	background: url(/img/play/ltplay5.gif) center no-repeat;
}
