$(document).ready(function() {
	// SLIDESHOW
	$('#mediaWrap ul').innerfade({
		speed: 2000,
		timeout: 4000,
		type: 'sequence',
		containerheight: '240px'
	});
	// Ticker
	$('.tickerBody').bxSlider({
		mode: 'vertical',
		auto: true,
		autoControls: true,
		autoHover: true,
		pager: false,
		controls: false,
		speed: 2000,
		pause: 5000,
		displaySlideQty: 1 // amount of items disply together
	});
});

