	$(function() {
		$(".ourPhotos .jCarouselLite").jCarouselLite({
		    btnNext: ".ourPhotos .next",
		    btnPrev: ".ourPhotos .prev"
		});
	});