/* gallery1 page partners */
$(document).ready(function(){
		$(".carousel").jCarouselLite({
			  btnNext: ".next",
			  btnPrev: ".prev"
		 });
});

