
var MediaPlayerSizes = { 
      ivisit: {width:560,height:410}, 
      thumb: {height:49,options:{panel:65,panelh:49,thumbnail:true}},
      full: {width:510,height:370}
      }; 

$(document).ready(function(){
	$(".slideshow").css('text-align','left').innerfade({
		containerheight:300,
		timeout:5000,
		speed:"slow",
		changed:function(){
			$("#titlebar .info").text($(this).attr("alt"));
		}});
});
