$(document).ready(function() { 
                $.insert(WB_URL+ '/modules/colorbox/jquery.colorbox-min.js');

		$("a.picturelink").colorbox({
						opacity:"0.7",
                                                maxWidth:"95%",
                                                maxHeight:"95%"						
                                               });
		$(".picturelink a").colorbox({
                                                 slideshow:true,
                                                 slideshowSpeed:5000,
                                                 slideshowAuto:true,
                                                 transition:"none",
                                                 speed:1000,
                                                 opacity: "0.7",
                                                 maxWidth:"95%",
                                                 maxHeight:"95%",
                                                 previous:"zur&uuml;ck",
                                                 next:"vor",
                                                 close:"schlie&szlig;en",
                                                 current: "Bild {current} von {total}",
                                                 slideshowStart: "Diashow starten",
                                                 slideshowStop: "Diashow anhalten"
                                               });
		$(".youtube").colorbox({
                                                iframe:true,
                                                width:650,
                                                height:550
                                       });
		$(".iframe").colorbox({
                                                width:"95%",
                                                height:"95%",
                                                iframe:true
                                       });
});

