
$(document).ready(
  function()
  {
	$("a[rel='thumbnail']").colorbox({transition:"fade", width: "85%", height: "85%", slideshow:true, slideshowSpeed:5000});
  });

