jQuery infinitely scrolling slider plugin. You can use any content, not only images.
You can use any IDs and Classes in your html. Below is just an example.
$('#slider').lbSlider({
leftBtn: '#arrow-left', // left control selector
rightBtn: '#arrow-right', // right control selector
visible: 3, // visible elements quantity
autoPlay: true, // autoscroll flag (default: false)
autoPlayDelay: 5, // delay of autoscroll in seconds (default: 10)
autoPlayDirection: 'left-to-right' //autoplay direction (left-to-right or right-to-left)
});