Horizontal scrollable area

Permalink
Hi,
I d like to create a block that include 10 thumbs of 190 px on one line. On the page it will show 4 images and i ll have to horizontally scroll to see the others.
I have created a content block where i have added my pictures, but how can I setup this block to display all the content on the same line ?

I also added this code in the css area for the horizontal scrollbar :
max-height: 215px;
over-flow: auto;
overflow-x: scroll;
overflow-y: hidden;

any advices to obtain what I want ?
THANKS

 
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
Have you looked at the horizontal slider add-ons?
renorr replied on at Permalink Reply
Hi,
yes I tried with the "scrollbar" add on but the main problem is how to display many thumbnails as I want on one line.