div.button {
	width: 92px;
	margin: 15px auto 10px auto;
}

div.button a {
	display: block;
	height: 19px;
	padding-top: 3px;
	text-indent: 31px;
	text-decoration: none;
	color: #555;
	background: transparent url(../images/buttons/b92.jpg) no-repeat;
}

div.button a:hover {
	background-position: 0 -22px;
}

div.button a:active {
	background-position: 0 -44px;
}

