/*!
 * Slidershow
 * http://erikkothe.de
 *
 * Copyright 2010, Erik Kothe
 */
$(document).ready(function() {

	$(function() {
		$("#slidershow-menu").tabs({
			cache: true,
			ajaxOptions: {
				error: function(xhr, status, index, anchor) {
					$(anchor.hash).html("Fehler beim Laden.");
				}
			}
		});
	});


});
