window.addEvent('domready', function() {
		// reflections
		$$('.reflect_photo').reflect({height: 0.33, opacity: 0.4});
		$$('.reflect_photo_big').reflect({height: 0.10, opacity: 0.5});
		$$('.reflect_photo_mid').reflect({height: 0.20, opacity: 0.4});	
		
});