$(document).ready(
  function(){
    $('#testimonials').innerfade({
      speed: 1000,
      timeout: 10000
    });
  }
);
$(document).ready(
  function(){
    $(".carousel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 6,
		scroll: 2,
        speed: 1000,
		circular: true
    });
  }
);
function viewall() {
	$('.prev,.next,#product-header').toggle('fold');
	$('#product-carousel,#product-carousel ul').css({'width':'700px','overflow':'visible','position':'relative','left':'0'});
	$('#product-list').css({'bottom':'150px'});
}