Hello Paul,
I think you need to edit the css file,
First file that you must edit is jquery.jcarousel.css (you could find it in modules/mod_super_carouselbanner/super_carouselbanner/) at line line 8, edit to be like this:
QUOTE:
.jcarousel-container li {
background:transparent none repeat scroll 0%;
margin-left:0pt;
padding-left:0px;
}
and the second file is skin.css (you could fin it in modules/mod_super_carouselbanner/super_carouselbanner/) at line 17, edit to be like this:
QUOTE:
.jcarousel-skin-camp26 .jcarousel-item {
width:596px;
}
and don't forget to adjust your image to the appropriate size (the width of the module container is 596px, so you need you image with this width size)
Hope it could help you.
Best Regards,
Denny S.P.