Dear Andres Lopezvictoria,
- extract the bullet.zip and copy the bullet.png to "templates\sj_worldnews\html\mod_sj_megak2news\images"
- go to "templates\sj_worldnews\html\mod_sj_megak2news\css\style.css", finding:
.yt_mega_news ul li{background: url(../images/bullet-1.png) no-repeat 0 9px;font-size: 11px;}
change to
.yt_mega_news ul li{background: url(../images/bullet.png) no-repeat 0 9px;font-size: 11px;}
------
.yt_mega_news ul li:hover{background-position: 0 -15px;}
change to
.yt_mega_news ul li:hover{background: url(../images/bullet-1.png) no-repeat 0 -15px; }
Thanks