.content a.more {
	display: block;
	width: 95px;
	height: 16px;
	background: transparent url(../images/btn-read-more.png) no-repeat 0 0;
	text-indent: -10000px;
}
.content a.more:hover,
.content a.more:active,
.content a.more:focus {
	background-position: 0 -16px;
}