.ui-slider-tabs{
	border-radius: 10px;
	overflow: hidden;
	margin-top: 25px;
	border: 1px solid #ebebeb;
	margin-bottom: 45px;
}
.ui-slider-tabs-list-wrapper{
	position: relative;
	width: 100%;
	z-index: 3;
}
.ui-slider-tabs-list-wrapper.bottom{
	margin: -1px 0 0 0;
}
.ui-slider-tabs-list-container{
	overflow: hidden;
	background-color: #f4f4f4;
	box-shadow: 0 0 0 1px #ebebeb;
}
.ui-slider-tabs-list{
	padding: 0;
	margin: 0 auto !important;
	list-style: none;
	text-align: center;
}
.ui-slider-tabs-list li {
	display: inline-block;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}
.ui-slider-tabs-list li a {
	display: block;
	padding: 20px 15px;
	text-decoration: none;
	color: #000;
	margin: 0;
	text-transform: uppercase;
    font-family: 'open_sansregular';
}
.ui-slider-tabs-list li a:hover{
	color: #20b5f3;
}

.ui-slider-tabs-list li.selected a{
	cursor: default;
	color: #20b5f3;
}

.ui-slider-tabs-content-container{
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
    height: 195px !important;
}

.ui-slider-tab-content{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
    padding: 0px 40px 40px 210px;
    margin-top: 40px;
}

.ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover{
	display: block;
	position: absolute;
	border: 1px solid #cfcfcf;
}
.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover{
}

.ui-slider-left-arrow{
display: none !important;
}
.ui-slider-left-arrow div{
display: none !important;
}
.ui-slider-left-arrow.edge div{
display: none !important;
}
.ui-slider-left-arrow.edge{
display: none !important;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow{
display: none !important;
}

.ui-slider-right-arrow{
display: none !important;
}
.ui-slider-right-arrow div{
display: none !important;
}
.ui-slider-right-arrow.edge div{
display: none !important;
}
.ui-slider-right-arrow.edge{
display: none !important;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow{
display: none !important;
}

.ui-slider-tabs-indicator-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.ui-slider-tabs-indicator{
	width: 10px;
	height: 10px;
	background-image: url('../img/indicator.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}
.ui-slider-tabs-indicator.selected{
	background-image: url('../img/indicatorActive.png');
}

.ui-slider-tabs-leftPanelArrow{
	position: absolute;
	left: 10px;
	width: 30px;
	height: 35px;
	background-image: url('../img/leftPanelArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.ui-slider-tabs-rightPanelArrow{
	position: absolute;
	right: 10px;
	width: 30px;
	height: 35px;
	background-image: url('../img/rightPanelArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.ui-slider-tabs-rightPanelArrow.showOnHover, .ui-slider-tabs-leftPanelArrow.showOnHover{
	opacity: 0;
	display: none;
}

.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover,.ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover{
	opacity: .5;
	display: inline-block;
}

.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover{
	opacity: 1;
}