.subscribe {
	cursor: pointer;
	clear: both;
	display: inline;
}
.subscribe:after {
	content: '.';
	display: inline;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

._jstr_subscribe {
	display: inline;
        position:absolute;
	width: 32px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
._jstr_subscribe a {
        width:32px;
        background-image: url('./no_img.gif');
        background-repeat: no-repeat;
        background-position: 0 0;
}
._jstr_subscribe a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

._jstr_notsubscribed a {
	background-position: 0 0;
}

._jstr_subscribed a {
	background-position: 0 -16px;
}

._jstr_delsubscribed a {
	background-position: 0 -32px;
}