.articles-list-slider { position: relative }
.articles-list-slider article { clear: both; margin: 0em 0em; }
.articles-list-slider article h6 { margin: 0.8em 0em 0em; font-weight: normal; font-size: 11pt }
.articles-list-slider article p { font-size: 85%; color: black }
.articles-list-slider article a:hover p, .popular article a:focus p { text-decoration: none; }
.articles-list-slider article a:hover h6 { text-decoration: underline; }

.articles-list-slider article figure { margin: 0px; float: none; width: 100%; height: 150px }
.articles-list-slider article figure img { width: 100%; height: auto }
.articles-list-slider article figure + * { margin-left: 0px; }


.articles-list-slider .swiper-button-next, .articles-list-slider .swiper-button-prev {
	position: absolute;
	top: 70px;
	width: 40px;
	height: 40px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
}
.articles-list-slider .swiper-button-next {
	right: 15px;
	left: auto;
}    
.articles-list-slider .swiper-button-prev {
	right: auto;
	left: 15px;
}
.articles-list-slider .swiper-button-prev.swiper-button-disabled,
.articles-list-slider .swiper-button-next.swiper-button-disabled {
	display:  none;
}