$(function() {
	$("#triggers a").overlay({
		target: '#gallery',
		expose: '#333333'
	
	}).gallery({
		speed: 800
	});
});

