﻿$(function() {
    $("#mycarousel").jcarousel({
		visible : 5,
		scroll : 1,
		auto: 6,
		animation : 800,
        wrap: "both"
    });
});

