
ul.share {
    position:absolute; 
    list-style: none; 
    margin:0px 0px;
    padding:0 0 3px 0; 
} 

li.fb {
    display:block;
    background:url(/ps_images/ps_common/facebook.png) no-repeat left 3px;
    height:18px;
    width:20px;
}

li.twitter {
    display:block;
    background:url(/ps_images/ps_common/twitter.png) no-repeat left 3px;
    height:18px;
    width:20px;
}

li.me2day {
    display:block;
    background:url(/ps_images/ps_common/me2day.jpg) no-repeat left 3px;
    height:18px;
    width:20px;
}  

li.shareicon {
    display:block;
    background:url(/ps_images/ps_common/share.jpg) no-repeat left 3px;
    height:18px;
    width:20px;
} 
 

ul.share li {
    margin:0;
    padding:0 0 3px 0; 
    float:left;
} 

.shareOuter {
    margin:0px 0px;
    padding:0 0 0 0; 
}
