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

a.icon small
{
	display: none;
}

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

a.button
{
	display: table-cell;
	width: 60px;
	height: 60px;
}

a.button small
{
	display: none;
}

a.button:hover 
{
	background-position: 0 -60px !important;
}
