$(document).ready(function()
	{
	$("a[rel='productimage']").colorbox({transition:"none", width:"75%", height:"75%",close:"Schlie&szlig;en",previous:"zur&uuml;ck",next:"vor",current:"{current} von {total}"});
	$("a[rel='content_info']").colorbox({close:"Schlie&szlig;en"});
	$("a[class='start_categories'][rel='nofollow']").colorbox({close:"Schlie&szlig;en",width:"500",height:"230"});
});

