window.addEvent("domready", function() {

	//var frontreflects = $$(".ReflectContainer");
	//frontreflects.each(function(frontreflect, i) {
	
	//	var child = frontreflect.getChildren();
	//	child = child[0];
//
	//	frontreflect.addEvent("mouseenter", function() {
	//		child.addReflection({opacity: 1});
	//	});
		
	//	frontreflect.addEvent("mouseleave", function() {
	//		child.addReflection({opacity: 0.5});
	//	});
	
	//});
	
});
