function gohere(where) { window.location = where; return false; }

$(function() {
  
  
	//modules
	$(".carousel-modules-div").jCarouselLite({
        btnNext: ".c-next",
        btnPrev: ".c-prev",
		easing: 'easeInOutCubic',
		speed: 1000
		
	 });
	
	
	
	//news
	$(".carousel-news").jCarouselLite({
        btnNext: "#carousel-news-wrapper .next",
        btnPrev: "#carousel-news-wrapper .prev",
		easing: 'easeInOutCubic',
		start: 0,
		speed: 1000
		

	 });

});
