window.addEvent('domready',function(){
/*																		
	var nS = new noobSlide({
		box: $('div_contenido_marcas'),
		items: $$('.fotogramas'),
		interval: 2000,
		autoPlay: true,
		fade: true,
		size: 174,
		fxOptions: {
			duration: 2000,
			wait: false
		}
	});
	nS.walk(0,false,true);
*/	
});

