.swiper-button-next {
	right: 0;
	top: 50px;
}
.swiper-button-prev {
	left: 0;
	top: 50px;
}
body {
	overflow-y: scroll;
}
p {
	font-size: 20px !important;
}
b {
	font-weight: 600 !important;
}


.entry-thumbs{
	overflow-x:scroll;
}
.swiper-container{
	border:none !important;
}
.swiper-slide img{
	    border: 1px solid rgb(239, 239, 239);
}

.swipe-thumb:nth-child(odd){
	padding-right:5px;
}
.swipe-thumb:nth-child(even){
	padding-left:5px;
}
.swipe-thumb{
	margin-bottom:10px;
}
.swipe-thumb.active img{
	border: 1px solid #e2e2e2;
}