

var MediaPlayerSizes = { 
		ivisit: {width:560,height:410}, 
		thumb: {height:200,options:{panel:110,panelh:70,thumbnail:true}},
		full: {width:770,height:500}
	};

$(document).ready(function(){
	
	$(".slideshow").innerfade({
		containerheight:548,
		timeout:5500,
		speed: 1200
	})
	
})
