/*	ColorBox v1.3.6 - a full featured, light-weight, customizable lightbox based on jQuery 1.3 */

			$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				  $.fn.colorbox.settings.current = "Bild {current} von {total}";
				  $.fn.colorbox.settings.previous = "zur&uuml;ck";
				  $.fn.colorbox.settings.next = "n&auml;chste";
				  $.fn.colorbox.settings.close = "schliessen";

				$("a[rel='SportbuckImage']").colorbox({transition:"none"});
				$(".YouTube").colorbox({iframe:true, innerWidth:425, innerHeight:344});


			});
