$(function() {
	$('#thumbs').innerfade({
		containerheight: '170px',
		speed: 750,
		timeout: 10000
	});
	
	// jQuery Colorbox setup
  $("a[rel='slider']").colorbox();
});