/*change layer name here if necessary*/
/* change width and height in both places to match photo size */

#animationDiv
{
	overflow: hidden;
	position: relative;
	width: 780px;
	height: 250px;
}


#animationDiv img
{
	width: 780px;
	height: 250px;
}

