body { 
	margin: 0px; 
	padding: 0px;
	padding-top:0px; 
	border: 0;
	font-family: arial, geneva, helvetica, sans-serif;  
	font-size: 16px;
	background: url('../images/ButtonsAndBackgrounds/coral-right.gif');
	background-image: url('../images/ButtonsAndBackgrounds/coral-right.gif');
	background-repeat: no-repeat;
	background-color: rgb(253,243,233);
	background-attachment: fixed;
}
.ImageWrapper{
}
.ImageWrapper img{
	border:solid 3px black;
}
img.frame{
	height:auto;
	width:auto;
	max-height:100%;
	max-width:100%;
}
.AnimationControlsWrapper {
	position:relative;
	border: 2px solid black;
	width: 75%;
	vertical-align:middle;
	padding-top:5px;
	paddding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	visibility:visible;
}
.AnimationControls {
	position:relative;
	left:auto;
	display: inline;
	right: auto;
}
.AnimationControls img{
	vertical-align:middle;
	border: 0px;
}
.ControlsButton {
	margin: 1px;
	padding: 1px;
	height: auto;
	max-width:25px;
	/*float: left;*/
}
iframe{
	width:100%;
}
