	.rollover_play a {
		display:block;
		width: 90px;
		padding: 30px 5px 30px 0px;
		font: bold 11px arial;
		color: #333333;
		background: url("0_icon_decrease.gif") 0 0 no-repeat;
		text-decoration: none;	
		}	
	.rollover_play a:hover {	
		background-position: 0 -90px;
		color: #990000;
		font: bold 12px arial;
		text-decoration: none;
		}