10
It looks nice!
Couple of things that didn't work for me (WAMP, XOOPS 2.4.5 RC3), and I had to fix them:
1) the image was not visible in the edit form:
admin/slides_admin.hp
Line 199
$image = new XoopsFormLabel('', '.$mysliders[0]['image'].'" alt="" width="100" />');
2) The arrows were not visible, and I had to add <{$xoops_url}>:
/templates/slider_index.html
Line 31
leftBtn : '<{$xoops_url}>/modules/slider/images/cs_leftImg.png',
rightBtn : '<{$xoops_url}>/modules/slider/images/cs_rightImg.png',
/templates/blocks/slider_block_index.html
line 28
leftBtn : '<{$xoops_url}>/modules/slider/images/cs_leftImg.png',
rightBtn : '<{$xoops_url}>/modules/slider/images/cs_rightImg.png',,