﻿/// <reference name="MicrosoftAjax.js"/>
// JavaScript Document
$(function() {
    $(".wrap").jCarouselLite({
        btnNext: " .next",
        btnPrev: " .prev",
        speed: 500,
        visible: 2.9,
        circular: true
    });
});
$(function() {
    $(".scroll").jCarouselLite({
        btnNext: " .forward",
        btnPrev: " .back",
        speed: 500,
        visible: 2.9,
        circular: true
    });
});
$(function() {
    $(".left-scroll").jCarouselLite({
        btnNext: " .arrow-left",
        btnPrev: " .arrow-right",
        speed: 600,
        visible: 3.1,
        circular: true
    });
});