jQuery(document).ready(function ($) {
	$("a[rel='colorbox']").colorbox({
		transition: "fade",
		speed: 400,
		maxHeight: "80%",
		opacity: 0.7,
		slideshowSpeed: 4500,
		title: true,
		slideshow: true
	});
});
