.ui-slider-tabs-list-wrapper { 
	position: relative;
	width:100%;
	font-family:Arial,sans-serif;
	margin:0 0 -1px 0;
	z-index:5;
}

.ui-slider-tabs-list-wrapper.bottom { 
	margin: -1px 0 0 0;
}

.ui-slider-tabs-list-container { 
	overflow: hidden;
}

.ui-slider-tabs-list{ 
	padding:0;
	margin:0 0 0 0;
	list-style: none;
}

.ui-slider-tabs-list li { 
	display: inline-block;
}

.ui-slider-tabs-list li a { 
	display:block;
	margin:0;
}

.ui-slider-tabs-list li a:hover { 
	color:#000;
}

.ui-slider-tabs-list li.selected { 
	border-bottom-color:#fff;
	border-top-color:#cfcfcf;
	background:#ffffff;
	background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,#ffffff 0%,#ffffff 100%);
	background: -o-linear-gradient(top,#ffffff 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,#ffffff 0%,#ffffff 100%);
	background: linear-gradient(top,#ffffff 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected { 
	border-top-color:#fff;
	border-bottom-color:#cfcfcf;
}

.ui-slider-tabs-list li.selected a { 
	cursor:default;
	color:#000;
}

.ui-slider-tabs-list li:first-of-type { 
	border-left:1px solid #cfcfcf;
}

.ui-slider-tabs-content-container { 
	position: relative;
	border:1px solid #cfcfcf;
	z-index:1;
	overflow: hidden;
	background-color:#fff;
}
		
.ui-slider-tab-content{ 
	position:absolute;
	display: none;
	top:0;
	left: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;border:1px solid #cfcfcf;background:#fcfcfc;background: -moz-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#f5f5f5));background: -webkit-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);background: -o-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);background: -ms-linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);background: linear-gradient(top,#fcfcfc 0%,#f5f5f5 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc',endColorstr='#f5f5f5',GradientType=0 );}.ui-slider-left-arrow:hover,.ui-slider-right-arrow:hover{ background:#ffffff;background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 100%);background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#ffffff));background: -webkit-linear-gradient(top,#ffffff 0%,#ffffff 100%);background: -o-linear-gradient(top,#ffffff 0%,#ffffff 100%);background: -ms-linear-gradient(top,#ffffff 0%,#ffffff 100%);background: linear-gradient(top,#ffffff 0%,#ffffff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0 );}.ui-slider-left-arrow{ left:0;top:0;box-shadow:2px 0px 1px rgba(0,0,0,.06);border-top-left-radius:4px;}.ui-slider-left-arrow div{ background-image: url('images/leftArrow.png');background-repeat: no-repeat;background-position:center center;height: inherit;}.ui-slider-left-arrow.edge div{ opacity: .25;}.ui-slider-left-arrow.edge{ box-shadow: none;cursor:default;}.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow{ border-top-left-radius:0;border-bottom-left-radius:4px;}.ui-slider-right-arrow{ top:0;right:0;box-shadow: -2px 0px 1px rgba(0,0,0,.06);border-top-right-radius:4px;}.ui-slider-right-arrow div{ background-image: url('images/rightArrow.png');background-repeat: no-repeat;background-position:center center;height: inherit;}.ui-slider-right-arrow.edge div{ opacity: .25;}.ui-slider-right-arrow.edge{ box-shadow: none;cursor:default;}.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow{ border-top-right-radius:0;border-bottom-right-radius:4px;}.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;
	width:14px;
	height:20px;
	background-repeat: no-repeat;
	background-position:center center;cursor: pointer;
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b4b4b4;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ui-slider-tabs-leftPanelArrow:hover {
	color: #f8254a;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ui-slider-tabs-leftPanelArrow:before {
    content: "\e875";
}

.ui-slider-tabs-rightPanelArrow { 
	position:absolute;
	right:-2px;
	width:14px;
	height:20px;
	background-repeat: no-repeat;
	background-position:center center;
	cursor: pointer;
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #b4b4b4;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ui-slider-tabs-rightPanelArrow:before { 
    content: "\e876";
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ui-slider-tabs-rightPanelArrow:hover { 
	color: #f8254a;
}


.ui-slider-tabs-rightPanelArrow:after {
    content: "";
    width: 1px;
    height: 28px;
    background: #e6e6e6;
    display: block;
    position: relative;
    top: -20px;
    left: -18px;
}

.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;
}

.ui-slider-tabs-list-container {
	margin: 0 !important;
}
/*
.span12, .container {
	width: 1110px;
}
*/
.ui-slider-tabs-list li a img {
	opacity: 0.5;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.ui-slider-tabs-list li.selected a img {
	opacity: 1;
}

.ui-slider-tabs-list li.selected:hover a img {
	opacity: 1;
}

.ui-slider-tabs-list li:hover a img {
	opacity: 0.75;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#mySliderTabsContainer {
	max-height: 475px;
    height: 475px;	
}

.ui-slider-tabs-indicator-container {
	display: none;
}

.ui-slider-left-arrow.edge {
	display: none !important;
}

.ui-slider-right-arrow {
	display: none !important;
}

.ui-slider-tabs-content-container {
	border: 0;
}

.ui-slider-tab-content {
	width: 66% !important;
}

.ui-slider-tabs-leftPanelArrow {
	right: 50px;
	top: 50px !important;
}

.ui-slider-tabs-rightPanelArrow {
	top: 50px !important; 
}

.ui-slider-left-arrow div {
	display: none !important;
}

.ui-slider-left-arrow {
	display: none !important;
}

/* My custom */
.ui-slider-tabs-list li {
	height: 188px !important;
}

.ui-slider-tab-content p {
	font-size: 14px;
	line-height: 20px;
	color: #292929;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	margin: 50px 0 0 0;
}

.ui-slider-tab-content h3 {
	font-size: 15px;
	letter-spacing: 0.075em;
	color: #5c5c5c;
    font-family: "Montserrat-SemiBold";	
    text-transform: uppercase;
    margin: 40px 0 15px 0;
}

.ui-slider-tab-content span {
	font-size: 12px;
	letter-spacing: 0.075em;
	color: #5c5c5c;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
}