$(function(){
	$('#slideshow-player img:gt(0)').hide();
	setInterval(function(){$('#slideshow-player :first-child').fadeOut().next('img').fadeIn().end().appendTo('#slideshow-player');}, 4500);
});
