$(document).ready(function($){
$('#carousel').carousel({
width: 350,
height: 206,
itemWidth:5,
horizontalRadius:130,
verticalRadius:5,
resize:false,
mouseScroll:false,
mouseDrag:true,
scaleRatio:0.1,
scrollbar:true,
tooltip:true,
mouseWheel:true,
mouseWheelReverse:true
});
});