window.addEvent('domready', function() {
	Slimbox.scanPage();
	ce_slideshow($('teaser'), $('teaser_store'), 'img', 5000, 1500);
	if(Browser.Engine.trident) {
		$$('#naviMain li').addEvents({
			'mouseenter': function() {
				this.addClass('hover');
			},
			'mouseleave': function() {
				this.removeClass('hover');
			}
		});
	}
});
