- (void)animationDidStop:(CAAnimation *)theAnimation finished:(BOOL)flag
{
	if (YES == [theAnimation theAnimation:@"opacity"])
	{
	    self.alayer.opacity = presentationLayer.opacity
	}
}
