.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}
.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#5dc7ec}

/*Customized*/

.treatmentOptions .owl-theme .owl-controls{margin-top:20px !important;text-align:center;-webkit-tap-highlight-color:transparent}

.frequentSide .owl-prev {
	position: absolute;
	top: 55px;
	left: -180px;
	width: 18px !important;
	height: 43px !important;
	margin: 0px !important;
	padding: 0px !important;
	background: url(../images/leftOrangeArrow.png) !important;
	background-repeat: no-repeat !important;
	text-indent: -99999px !important;
}
.frequentSide .owl-next {
	position: absolute;
	top: 55px;
	right: -180px;
	width: 18px !important;
	height: 43px !important;
	margin: 0px !important;
	padding: 0px !important;
	background: url(../images/rightOrangeArrow.png) !important;
	background-repeat: no-repeat !important;
	text-indent: -99999px !important;
}

.team .owl-prev {
	position: absolute;
	bottom: -10px;
	right: 52px;
	width: 42px !important;
	height: 42px !important;
	margin: 0px !important;
	padding: 0px !important;
	background: url(../images/prev-physics.png) !important;
	background-repeat: no-repeat !important;
	text-indent: -99999px !important;
}
.team .owl-next {
	position: absolute;
	bottom: -10px;
	right: 0px;
	width: 42px !important;
	height: 42px !important;
	margin: 0px !important;
	padding: 0px !important;
	background: url(../images/next-physics.png) !important;
	background-repeat: no-repeat !important;
	text-indent: -99999px !important;
}