a {
    outline: none;
}

.ui-slider-tabs{
	background: #234181;
}

#mySliderTabs2, #mySliderTabs2 .ui-slider-tabs-list-wrapper, #mySliderTabs3, #mySliderTabs3 .ui-slider-tabs-list-wrapper, #mySliderTabs4, #mySliderTabs4 .ui-slider-tabs-list-wrapper   {
    background: #0d1216 none repeat scroll 0 0;
}
.ui-slider-tabs-list-wrapper{
	position: relative;
	font-family: Arial, sans-serif;
	margin: 0;
	z-index: 50;
	background: #234181 none repeat scroll 0 0;
    height: 46px;
    overflow: hidden;	
	float: right;
	width: 85%;	
}
.ui-slider-tabs-list-wrapper.bottom{
	margin: -1px 0 0 0;
}
.ui-slider-tabs-list-container{
	overflow: hidden;
	margin: 0 !important;
	width: 79%;
	float: right;
}
.ui-slider-tabs-list{
	padding: 0;	
	list-style: none;
	margin-left: 0;
	width: auto !important;
}
#mySliderTabs b  {
	float: left;
	display: inline-block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 14px;
    text-transform: uppercase;	
	line-height: 46px;
}
.ui-slider-tabs-list li{
    border-left: 1px solid #37528c;
    line-height: 46px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
#mySliderTabs2 .ui-slider-tabs-list li, #mySliderTabs3 .ui-slider-tabs-list li , #mySliderTabs4 .ui-slider-tabs-list li {
    border: none;
    line-height: 14px;
    padding: 15px 0;
    cursor: pointer;
    display: inline-block;
}

.ui-slider-tabs-list li a{
	color: #bcc9e4;
	padding: 0 18px;

}

#mySliderTabs2 .ui-slider-tabs-list li a, #mySliderTabs3 .ui-slider-tabs-list li a, #mySliderTabs4 .ui-slider-tabs-list li a{
    border-left: 1px solid #37528c;
    color: #bcc9e4;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 0 18px;
    font-weight: normal;
}

.ui-slider-tabs-list li a:hover{
	color: #ffffff;
}
.ui-slider-tabs-list li.selected{
	background: #11171a url("../images/carusel-navi-act.png") repeat-x scroll left top;
    color: #fff;
    font-weight: bold;
    height: 46px !important;
}

#mySliderTabs2 .ui-slider-tabs-list li.selected, #mySliderTabs3 .ui-slider-tabs-list li.selected, #mySliderTabs4 .ui-slider-tabs-list li.selected{
    color: #f7df61;
}

#mySliderTabs2 .ui-slider-tabs-list li.selected a, #mySliderTabs3 .ui-slider-tabs-list li.selected a, #mySliderTabs4 .ui-slider-tabs-list li.selected a{
    color: #f7df61;
}

#mySliderTabs2 .ui-slider-tabs-list li.selected, #mySliderTabs3 .ui-slider-tabs-list li.selected, #mySliderTabs4 .ui-slider-tabs-list li.selected {
    background: #11171a url("../images/carusel-navi-act.png") repeat-x scroll left bottom;
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected{

}
.ui-slider-tabs-list li.selected a{
	cursor: default;
	color: #fff;
}
.ui-slider-tabs-list li:first-of-type{
    height: 46px !important;
	
}
.ui-slider-tabs-list li:last-of-type{
	height: 46px !important;
}

.ui-slider-tabs-content-container{
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
	clear: both;
	width: 100%;
	height: 550px;
}

#mySliderTabs2 .ui-slider-tabs-content-container, #mySliderTabs3 .ui-slider-tabs-content-container, #mySliderTabs4 .ui-slider-tabs-content-container{
    background-color: #e9edef;
}

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

.ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover{
	display: block;
	position: absolute;

}
.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover{

}

.ui-slider-left-arrow{
	left: 0;
	top: 0;

}
.ui-slider-left-arrow div{
	width: 46px !important;
	height: 46px !important;
	background: #234181 url('../images/carusel-navi-left.png') no-repeat center center;
}



.ui-slider-left-arrow.edge div{
	
}
.ui-slider-left-arrow.edge{
	opacity: 0.4;
	cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow{
	
}

.ui-slider-right-arrow{
	top: 0;
	right: 0;
	width: 46px !important;
	height: 46px !important;
}
.ui-slider-right-arrow div{
	width: 46px !important;
	height: 46px !important;
	background: #234181 url('../images/carusel-navi-right.png') no-repeat center center;
}


#mySliderTabs2 .ui-slider-left-arrow div, #mySliderTabs3 .ui-slider-left-arrow div, #mySliderTabs4 .ui-slider-left-arrow div{
    width: 46px !important;
    height: 46px !important;
    background: #0d1216 url('../images/carusel-black-left.png') no-repeat center center;
}

#mySliderTabs2 .ui-slider-right-arrow div, #mySliderTabs3 .ui-slider-right-arrow div, #mySliderTabs4 .ui-slider-right-arrow div{
    width: 46px !important;
    height: 46px !important;
    background: #0d1216 url('../images/carusel-black-right.png') no-repeat center center;
}

.ui-slider-right-arrow.edge div{
	
}
.ui-slider-right-arrow.edge{
	opacity: 0.4;
	cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow{
	
}

.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('../images/indicator.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}
.ui-slider-tabs-indicator.selected{
	background-image: url('../images/indicatorActive.png');
}

.ui-slider-tabs-leftPanelArrow{
	position: absolute;
	left: 256px;
	top: 0 !important;
	width: 46px;
	height: 46px;
	background: #234181 url('../images/carusel-navi-left.png') no-repeat center center;
	cursor: pointer;
	z-index: 9;
}

.ui-slider-tabs-rightPanelArrow{
	position: absolute;
	right: 0;
	top: 0 !important;
	width: 46px;
	height: 46px;
	background: #234181 url('../images/carusel-navi-right.png') no-repeat center center;
	cursor: pointer;
	z-index: 9;
}

.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;
}