.animation {	
	position: relative;
	margin: 16px auto 0 auto;
	width: 858px;
	height: 170px;
}

.animation-background {
	/*border-radius: 5px;
	box-shadow: 0px 0px 10px #000;*/

	margin: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 858px;
	height: 170px;
}

.animation-pic {
	border: 2px solid #BFB6A0;
	/*border-radius: 5px;*/

	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 858px;
	height: 170px;
	z-index: 10;
}
