.read_more
{
	background: URL(../images/read-more.png);
	cursor: pointer;
	float: right;
	height: 19px;
	left: -10px;
	position: relative;
	top: 10px;
	width: 75px;
}

.read_more:hover
{
	background: URL(../images/read-more.png)0 -19px;
}