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

