﻿
// http://www.gmarwaha.com/jquery/jcarousellite/index.php#what
$(document).ready(function() {
    $(function() {
        $("#jCarouselLite").jCarouselLite({
            btnNext: ".next",
            btnPrev: ".prev",
            speed: 800,
            easing: "backout",
            visible: 4,
            scroll: 1
        });
    });       
 });
 
function ShowImg(imgSrc)
{
    document.getElementById('imgMain').src = imgSrc;
}

