$(document).ready(function(){	$("a[rel='colorbox']").colorbox({transition:"fade"});	$("a.fancy").colorbox({transition:"fade"});});
