$(document).ready(function() {
$('#switcher').show();
var slideCount = ($('#switcher>img').length + 1);

$('#switcher').cycle({
	fx: 'fade',
	timeout: 5000,
	speed: 1250,
	sync: 1,
	autostop: 1,
	autostopCount: slideCount,
	cleartypeNoBg: false
});

});
