$(document).ready(function() {   
	$(function() {
    		$(".carousel").jCarouselLite({
		        btnNext: ".next",
		        btnPrev: ".prev",
		        visible: 1
    		});
	});

	$(function() {
		$(".carousel2").jCarouselLite({
		        btnNext: ".next2",
		        btnPrev: ".prev2",
		        visible: 1,
		        vertical:true,
		        auto: 5000,
		        speed: 700
	    	});
	});

	$('#closeButton').click(function() {
		$('#popUp').hide('fast', function() {
	// Animation complete.
		});
	});

	$('.entry-content').jScrollPane({showArrows:true, scrollbarWidth: 10});
});
