/*fix for smooth page trans*/
.slide_panel_before > div > img{ display:none; }
.slide_panel_before > div:first-child > img{ display:block; width:100%; max-width:720px; }
/*end*/


.slide-panel{ overflow:hidden; position:relative; }
.slide-panel > div{ min-height:0px !important; top:0; width:100%; }
.slide-panel > div.hidden { display: none; }
.slide-panel > div > img{ width:100%; }

.slide-panel > .slide-panel-indicator {
    text-align: center; 
	margin:0px; 
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    text-align: right;
	margin-top:-25px;
 	top:-2px;
    width: 98%;
    z-index: 10;
}

.slide-panel > .slide-panel-indicator > li {
	display: inline-block;
	background: #FFF;
	color: #FFF;
	text-shadow: none;
	font-size: 8px;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	cursor:pointer;
}

.slide-panel > .slide-panel-indicator > li.active { background: #CE3B33; color: #000; cursor:default; }
.slide-panel > .slide-panel-indicator > li.tab-lg{ background:#CCC; width:100px; height:30px; margin-right:10px; }

.slide-panel > .slide-panel-indicator > li.circle { border-radius: 10px; }
.slide-panel > .slide-panel-indicator > li.active.numbered { font-weight: bold; padding-top: 1px; color: #CCC; }

.slide-panel .hide{ display:none; }
.slide-panel .hideMe{ display:none !important; }
 
/*.slide-panel .changing { visibility:hidden !important; }*/

.slide-panel > span.arrow{ position:absolute; height:100%; width:5%; min-width:32px; background-size: 100%; top:0px; }
.slide-panel #left-arrow{ left:0px; background: url('/en/mobile/img/slide_panel/left-arrow.png') no-repeat center left; height:45%;} 
.slide-panel #right-arrow{ right:0px; background: url('/en/mobile/img/slide_panel/right-arrow.png') no-repeat center right; height:45%; }

/* Swiper CSS */
.swiper-container, .swiper-wrapper, .swiper-slide {
	width: 100%;
}