
.rss-popup {
    margin: auto;
    padding: 0;
	float:left;
    width: 143px;
    position: relative;
}
 
div.rss-popup em {
    background: url(../images/bubble.png) no-repeat;
    width: 186px;
    height: 91px;
    position: absolute;
    top: -110px;
 
    left: -17px;
    text-align: center;
    text-indent: -9999px;
    z-index: 2;
    display: none;
}
 
#rss-icon {
    width: 42px;
    height: 42px;
    background: url(../images/icon.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
}
