.top_right {
	width:100%;
	margin: 0 auto; display:block; clear:both;
}

.top_right .swiper-pagination-bullet{ background:#ff2778 !important; width:20px !important; border-radius:0 !important;}

.top_right .swiper-pagination { bottom:10px !important;}
.top_right .swiper-button-next, .top_right-rtl .swiper-button-prev { background-image:none !important; left:50% !important; width:56px; top:40% !important;}
.top_right .swiper-button-prev, .top_right-rtl .swiper-button-next { background-image:none !important; left:50% !important; width:56px; top:40% !important;}

.top_right .swiper-button-next { opacity:0 !important;  margin-left:150px !important;}
.top_right:hover .swiper-button-next {opacity:1 !important;  margin-left:140px !important;}
.top_right .swiper-button-prev { opacity:0 !important; margin-left:-230px !important;}
.top_right:hover .swiper-button-prev {opacity:1 !important; margin-left:-200px !important;}

.top_right .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f0f0f0; width:100%; height:100%;
    
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.top_right .swiper-slide img{ margin:0 auto !important; width:100%;-moz-user-select: none !important;}
.top_right .swiper-slide a {height:100% !important; width:100% !important; display:block;}