.component-news-preview.component-news-ajax figure {
	margin-bottom: 20px;
	animation-name: Opacity-0to100;
	animation-duration: 1.6s;
	animation-iteration-count: 1;
}
.component-news-preview.component-news-ajax .more-article-ajax {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}
.component-news-preview.component-news-ajax #ajax-preloader {
	display: none;
	min-height: 60px;
	text-align: center;
	font-weight: bold;
	color: #cf0500;
	padding: 1em;
}
 @-webkit-keyframes Opacity-0to100 {
 from {
opacity:0;
filter: alpha(opacity=0);
}
 to {
opacity:1;
filter: alpha(opacity=100);
}
}
 @keyframes Opacity-0to100 {
 from {
opacity:0;
filter: alpha(opacity=0);
}
 to {
opacity:1;
filter: alpha(opacity=100);
}
}
