$(document).ready(function () {


$(".scrollContainer").jCarouselLite({
	speed:750,
    btnNext: "#slideright",
    btnPrev: "#slideleft"
});


});
