Hi Michael,
These points are just the offers list bullets, defined in your template. You can hide these bullets by editing the CSS file /modules/mod_neorecuit_latest_offers/mod_neorecruit_latest_offers.css, line 23. You just need to add the property "background:none;" on the <li> tag :
#OffersList li {
color:#333333;
...
background:none;
}
Regards,