function resetSlideSwitch () {
	$('#image-slide').find('img').each(function(){
			$(this).remove('active');
		});
		$('#image-slide').find('img:first').addClass('active');
}
