$(document).ready(function() {    
	$("a[rel^='prettyPhoto']").prettyPhoto({});
	$("a[rel^='prettyVideo']").prettyPhoto({
		slideshow: false,
		overlay_gallery: false
	});
	$("a[rel^='teacherVideo']").prettyPhoto({
		default_width: 640,
		default_height: 360
	});
	$("a.anfahrt").prettyPhoto({
		slideshow: false,
		overlay_gallery: false
	});
	$("a[rel^='franchiseVideo']").prettyPhoto({
		slideshow: false,
		overlay_gallery: false,
		default_width: 512,
		default_height: 308
	});
	$("a[rel^='laraVideo']").prettyPhoto({
		slideshow: false,
		overlay_gallery: false,
		default_width: 480,
		default_height: 360
	});
	$(".hdee-international").bubbletip($("#world-map"), {
		delayShow: 40,
		delayHide: 40,
		deltaDirection: 'left',
		deltaPosition: 15,
		offsetTop: -65,
		offsetLeft: -120
	});
});
