@media screen
{
	.rss_icon{
		background:url(/assets/images/frontend/rss_icon.jpg) top left no-repeat;
		width:18px;
		height:18px;
		text-indent:-9999px;
		overflow:hidden;
	}

	.rss_icon:focus, .rss_icon:active, .rss_icon:hover{
		background:url(/assets/images/frontend/rss_icon.jpg) bottom left no-repeat;
	}
}