$(function() {
	//Photo album slide show
	$("a[rel='album']").colorbox({slideshow:true, transition:"fade"});	
});
