$(document).ready(
	function(){
		
		$("a[rel='lightbox']").colorbox();
		$(".anfahrt").colorbox({width:"510px", inline:true, href:"#google-maps",transition:"none"});

		$("a[@href*='.jpg']").colorbox();
		$("a[@href*='.gif']").colorbox();
		$("a[@href*='.png']").colorbox();
		$("a[@href*='.JPG']").colorbox();
		$("a[@href*='.GIF']").colorbox();
	}
);
