$(function(){
	$('.cor-me-slideshow a:gt(0)').hide();
	setInterval(function(){$('.cor-me-slideshow a:first-child').fadeOut().next('a').fadeIn().end().appendTo('.cor-me-slideshow');}, 7000);
});
