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

$(document).ready(function(){
	

	if ($.browser.msie) {
		try {document.execCommand("BackgroundImageCache", false, true);} catch(err){};
		if (typeof(DD_belatedPNG) != 'undefined')
		{
			DD_belatedPNG.fix('.main-menu-list li, #logo img, .horizontal_carousel .previous_button, .horizontal_carousel .next_button');
		}
	}

});

})(jQuery);