/* animation on home */ 

div#layer_animation_bilder {
	position: absolute;
	width: 100%;
  top: 361px;
  left: 0;
}

div#layer_animation_cover {
	position: absolute;
  top: 361px;
	width: 100%;	
  left: 0;	
	visibility: visible;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

div#animation_bilder img {
	border: none;
	margin-right: 7px ! important;
	display: block;
	float: left;
}

div#animation_cover img {
	border: none;
	margin-right: 7px ! important;
	display: block;
	float: left;
}

div#animation_bilder {
	width: 704px;
	margin: 0 auto 0 auto;
	width: 1001px;
	width: 941px;
	padding-left: 60px;		
}

div#animation_cover {
	width: 704px;
	margin: 0 auto 0 auto;
	width: 1001px;
	width: 941px;	
	padding-left: 60px;	
}