//Colorbox settings
$(document).ready(function() {
	$("a[rel='colorboxed']").colorbox({
		slideshow: true,
		slideshowAuto: false,
		transition: "elastic",
		current: "- {current} of {total} -",
		maxHeight: "600px",
		speed: "350"
	});
	$("a[rel='colorboxed-video']").colorbox({
		iframe: true,
		innerWidth: 800,
		innerHeight: 600
	});
});


