jQuery(document).ready(function() {
	$(".jCarouselLite").jCarouselLite({
		btnNext: ".next",
		btnPrev: ".prev"
	});
	$(".new").attr("target", "_blank");

	$("ol li, ul li").wrapInner("<span></span>");

	$("blockquote").before('<img src="img/quote_open.gif" title="" alt="" class="quote-open" />').after('<img src="img/quote_close.gif" title="" alt="" class="quote-close" />');

	$(".corners, .bubble").corner("10px");

	Cufon.replace('h1, h2, h3');

	Shadowbox.init({
		overlayOpacity: '0.7'
	});

});
