$(function () {
    $('table.gradient1').gradient({
        topcolor: '#c6d7eb',
        bottomcolor: '#154da0',
        horizontal: false,
        opacity:85
    });
    $('div.gradient2').gradient({
        topcolor: '#ff5500',
        bottomcolor: '#ffffff',
        horizontal: false,
        opacity: 80
    });
    $('div.gradient2').gradient({
        topcolor: '#ff5500',
        bottomcolor: '#ffffff',
        horizontal: false,
        opacity: 80
    });
    $(".auto .jCarouselLite").jCarouselLite({
        auto: 5500,
        speed: 1000,
        vertical: true,
        visible: 2
    });

});
jQuery(document.body).imageZoom();
