

$(document).ready(function() {
						$("img[rel]").overlay({
						expose: {
						// you might also consider a "transparent" color for the mask
						color: '#000',
						// load mask a little faster
						loadSpeed: 100,
						// highly transparent
						opacity: 0.4
						},
						effect: 'apple'
	
						
						});
					});
