 $(function() {
            $("#topmenu").lavaLamp({
                fx: "backout", 
                speed: 700,
                click: function(event, menuItem) {

                }
            });
        });

		
/*carousel*/

$(function() {
    $(".widget .jCarouselLite").jCarouselLite({
    btnNext: "#next",
    btnPrev: "#prev",
    speed: 800,
    easing: "backout"
});

$(".widget img").click(function() {
    $(".widget .big_pic img").attr("src", $(this).attr("src"));
})
});
