#animationarea {
	background-color: #FFEECC;
	border: ridge;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 722;
}

#animationarea span {
	font-family: "Arial Black", Arial, sans-serif;
	position: relative;
	bottom: 190px;
}

#animationimage {
	width: 722;
	height: 360;
}

#animationcontrols {
	padding-bottom: 5px;
	text-align: center;
}

#framenumber {
	color: #FF0000;
	height: 0px;
	width: 30px;
	position: relative;
	bottom: 340px;
	left: 680px;
	text-align: center;
	font-weight: bold;
}

.hidden {
	display: none;
}

#loadingbar {
	background-color: white;
	border: 1px solid black;
	height: 60px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	bottom: 180px;
	text-align: left;
}

#loadingbar div {
	background-color: red;
	height: 60px;
	width: 0px;
}