﻿$(function() {
    $("#slides").carouFredSel({
        width: 860,
        align: "left",
        height: "auto",
        items: {
            visible: 1,
            width: 860,
            height: "variable"
        },
        scroll: {
            duration: 200,
            items: "page"
        },
        auto: false,
        prev: ".scrollButtons.scrollLeft",
        next: ".scrollButtons.scrollRight",
        pagination: "#slides_pag"
    });
});
