﻿.DisplayTextDivStyle
{
	width:300px;
	float:left;
	height:300px;	
}

.DisplayAnimationDivStyle
{
	background-image:url('Images/Movies/Red_Circle.png');
	width:256;
	height:256;
	overflow:hidden;
	float:left;
	background-color:White;
}

.DisplayAnimationDivIEStyle
{
	background-image:url('Images/spacer.gif') no-repeat;
	width:256;
	height:256;
	overflow:hidden;
	float:left;
	background-color:White;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/Movies/Red_Circle.png',sizingMethod='crop');
}

.DisplayOuterCircleDivStyle
{
	height:256px;
	width:256px;
	position:relative;
	z-index:1;
}

.DisplayMovingDivStyle
{
	height:256px;
	width:256px;
	position:relative;
	z-index:0;
	left:180px;
	top:-256px;
}
