/**
 * @author mishu
 */
$(function() {
            $(".link").lavaLamp({
                fx: "backout",
                speed: 700
            });
        });

$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev"
    });
});
	
	$(function(){
	
		$("div#pic a").fancybox({
		'hideOnContentClick': true
		});
	});
