var NT_carrusel = null;
var TN_carousel = [];
window.addEvent("domready", function(){
	if ($('NOTE_carousel')) {
		NT_carrusel = new NT_carousel({
			type: 'main', duration: 4000, selectorString: "#NOTE_carousel UL.CAR_optns LI", select: false, autoplay:true
		});
	}
	if ($$('DIV.NOTE_selector').length>0) {
		NT_carrusel = new NT_carousel({
			type: 'IMGonly', duration: 4000, selectorString: "DIV.NOTE_selector UL.SEL_ul LI.SEL_lst P", select: true, autoplay:true
		});
	}
	$$('UL.TRNS_carousel').each(function(el,n) {
		TN_carousel.push(new NT_carousel({
			type: 'transUL', duration: 4000, selectorString: ("UL.TRNS_carousel.CAR_"+n+" UL.carousel_items LI"), select: false
		}));
	});
	setTimeout('if (typeof(setModalVideos)=="function") {setModalVideos()}', 500);
});
