jQuery.noConflict();
(function($){

$(document).ready(function(){

	if ($('#slideshow').length)
	{
		$('#slideshow').jCarouselLite({
			auto: 4000,
			visible: 1,
			circular: false
		}).css({ left: '640px' });
	}	

	if ($.browser.msie) {
		try {document.execCommand("BackgroundImageCache", false, true);} catch(err){};
		if (typeof(DD_belatedPNG) != 'undefined')
		{
			DD_belatedPNG.fix('.ir,.box1,#wrap,#testimonial');
		}
	}

});

})(jQuery);