a.icon
{
	display: table-cell;
	width: 20px;
	height: 20px;
	
}

a.icon small
{
	display: none;
}

a.icon:hover 
{
	background-position: 0 -20px;
}


