[jQuery] cycle plugin scrollLeft has flickering white line if boxes have a background color colour

[jQuery] cycle plugin scrollLeft has flickering white line if boxes have a background color colour


Although I did manage to fix it by changing this line
opts.cssBefore.left = next.offsetWidth;
becomes
opts.cssBefore.left = next.offsetWidth-1;
so does move everything along by 1 pixel but no more bug & client is
happy.