jQuery(document).ready(function() {
	$(".jCarouselLite").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev"
	});
	$(".new").attr("target", "_blank");

	$(".bubble").corner();
	$(".bubble2").corner();
	$(".bubble3").corner();
	$(".contact-bubble").corner();
});