﻿$(document).ready(function() {
    $(".jCarouselLite").jCarouselLite({
        auto: 800,
        speed: 1000,
        visible: 5
    });
    $(".style_12UB").dropShadow({ left: 2, top: 2, blur: 3, opacity: 0.8, color: "blue", swap: true });
    $(".style_14BG STRONG").dropShadow();

    //$('#jCarouselLite a').lightBox();
});
