#share{
	position: relative;
    height: 45px;
    float: left;
    border: 0 solid;
}
.a{
    height: 55px;
    display: block;
}	
 #share li {
    
    display: block;
     margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

#fb {
    left: 0;
    width: 35px;
    border: 0 solid;
    margin-right: 5px;
    background: url(fb.jpg) no-repeat;
}
#tweet {
    left: 35px;
    width: 35px;
    border: 0 solid;
    background: url(tweeter.jpg) no-repeat;
}
#g-plus {
    left: 70px;
    width: 35px;
    border: 0 solid;
    background: url(gp.png) no-repeat;
}
#rss {
    left: 158px;
    width: 50px;
    border: 0 solid;
    background: url(http://img.amarujala.com/au-icons/icons-share.jpg) -170px 0;
}
#mobile {
    left: 211px;
    width: 50px;
    border: 0 solid;
    background: url(http://img.amarujala.com/au-icons/icons-share.jpg) -228px 0;
}
