.animation.from_left
{
	position:relative;
	left:-100%;
}
.animation.from_right
{
	position:relative;
	right:-100%;
}
.animation.fixed_left.from_left2
{
	position:relative;
	margin-left:-100%;
}
.animation.fixed_left.from_right2
{
	position:relative;
	margin-left:100%;
}
.animation.fixed_right.from_left2
{
	position:relative;
	margin-right:100%;
}
.animation.fixed_right.from_right2
{
	position:relative;
	margin-right:-100%;
}