$(document).ready(function(){
	$("a[rel='gallery']").colorbox({
		opacity: "0",
		slideshow: "true"
		});
});
