$(document).ready(function() {
	$(".variatec_is a").fancybox({
		'width'				: 450,
		'height'			: 300,
		'autoScale'     	: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'padding'			: 0
	});
	$(".show_video").fancybox({
		'padding'				: 0,
		'width'				: 640,
		'height'			: 360,
		'autoScale'     	: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'titleShow':false
	});
	$("#main tr:odd, #main .alternate li:odd, #main .alternate_logo li:odd").addClass("odd");
	$("#main tr:even, #main .alternate li:even, #main .alternate_logo li:even").addClass("even");
	$(".ce_downloadarchiv h1").click( function() {
		$(this).next("div").slideToggle("fast");
	});
	$('#right .mod_newslist').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout:3000,
		containerheight: '110px'
	});
});
