$(document).ready(function() {

	if(navigator.appVersion.indexOf('MSIE 6') == -1) { // Wird eingebunden, wenn kein IE 6
		// TipTip
		$(".tiptip").tipTip({delay:0,edgeOffset:6});
	}

	NavWidth = $("#nav li:first-child .center").width();
	$("#nav li:nth-child(2) .center").width(NavWidth+20);
	$("#nav li:nth-child(3) .center").width(NavWidth+40);

});

TopUp.images_path = 'templates/topup/img/';
TopUp.players_path = 'templates/topup/flash/';
TopUp.addPresets({
	".csc-textpic-imagewrap a.topup": {
		group: "images",
		overlayClose: 1,
		shaded: 1
	}
});

