$(function() {
$(".gallery-bg").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
auto: 6000,
speed: 600,
scroll: 3,
circular: true
});
});

