$(document).ready(
	function(){
	$('.fader').innerfade({
			speed: 2500,
			timeout: 7250,
			type: 'sequence',
			containerheight: '320px'
	});
	$('.fader2').innerfade({
			speed: 2500,
			timeout: 7250,
			type: 'sequence',
			containerheight: '215px'
	});	
	$('#slider').anythingSlider({
		width               : 480,
		height              : 350,
		autoPlay			: false,
		buildNavigation		: false,
		startStopped        : true,
		resizeContents      : false
	});
	$('#slider2').anythingSlider({
		autoPlay			: false,
		buildNavigation		: false,
		startStopped        : true,
		resizeContents      : false
	});
    $('#newscarousel').jcarousel({
        vertical: true,
		size: 4,
		scroll: 1
    });
	$('.toggler').click(function() {
	  $('#langs').slideToggle('slow', function() {
		// Animation complete.
	  });
	});
});
