$(document).ready(function() { 
      $(".footer-crowsel").footerCarousel({
        btnNext: ".next1",
        btnPrev: ".prev1"
    });
$(".footer-crowsel .first-and-second-carousel li:first").css("width", "0");
$(".footer-crowsel .first-and-second-carousel li").css("height", "55px");
}); 

