.ui-btn-up-z {
	border: 1px solid 		#ccc /*{c-bup-border}*/;
	background: 			#eee /*{c-bup-background-color}*/;
	font-weight: bold;
	color: 					#222 /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #fff /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
}



.ui-slider-bg{background: #92D308; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset; padding: 0px!important;}
div.ui-slider{background: #E6E7E7; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset; -webkit-box-flex: 1; display: -webkit-box; top: 0px; margin: 0px;}
.ui-slider-handle{background: url('../img/slider-thumb-big.png') no-repeat; -webkit-box-shadow: none; border: none; border-radius: 0px; }
.ui-slider-handle:focus{-webkit-box-shadow: none;}
.ui-slider-handle > span{display: none;}

.slider-fill{display: none!important;}


.slider-big .ui-slider-bg {height: 7px!important;}
.slider-big	div.ui-slider{height: 7px!important; margin-right: 8px;}
.slider-big	.ui-slider-handle{width: 28px!important; height: 30px!important; margin: -15px 0 0 -12px!important; top: -9px!important}


.slider-small .ui-slider-bg {height: 7px!important;}
.slider-small  div.ui-slider{height: 7px!important; margin-right: 10px;}
.slider-small .ui-slider-handle{width: 28px!important; height: 30px!important; margin: -15px 0 0 -12px!important; top: -9px!important}


			
.slider{position: relative; font-family: 'botanika_5-demiregular'; background: #ffffff; }


.slider-big{height: 30px; width: 275px; font-size: 14px; float: right;}
.slider-big .slider-output-wrapper{width: 60px; display: inline-block; text-align: center; line-height: 30px;}
.slider-big .control-wrapper{height: 30px;}


.slider-small{height: 25px; width: 220px; font-size: 12px;}
.slider-small .slider-output-wrapper{width: 45px; display: inline-block; text-align: center; line-height: 25px;}
.slider-small .control-wrapper{height: 25px;}

.ui-btn-corner-all {
-moz-border-radius: 3px /*{global-radii-buttons}*/;
-webkit-border-radius: 3px /*{global-radii-buttons}*/;
border-radius: 3px /*{global-radii-buttons}*/;
}


.switch-control div.ui-slider{-webkit-box-flex: 0; display: block; border: 2px #fff solid;}

.switch-control .ui-slider-handle{ display: block; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bd61b), color-stop(100%,#83bf01));
background: -webkit-linear-gradient(top, #9bd61b 0%,#83bf01 100%); height: 25px;}

.switch-control .ui-btn-active{ font: 11px 'botanika_5-demiregular'; text-transform: uppercase; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset; /* color: #7BB207 */; color: #3f3f3f; cursor: pointer; line-height: 24px; text-shadow: none; text-decoration: none; background: #fff;}

.switch-control .ui-slider-handle > span{display: block; }

.switch-control  a.ui-slider-handle-snapping {
-webkit-transition: left 70ms linear;
-moz-transition: left 70ms linear;
}

.ui-btn { display: block; text-align: center; cursor: pointer;}

span.ui-slider-label { position: absolute; text-align: center; width: 100%; overflow: hidden; font: 11px 'botanika_5-demiregular'; text-transform: uppercase; top: 0; line-height: 24px; border-width: 0; color: #a7a7a7; white-space: nowrap; height: 24px; }

.ui-slider-inneroffset { margin: 0 16px; position: relative; z-index: 1; }

div.ui-slider-switch { height: 24px; margin-left: 0; width: 75px; }

.switch-control a.ui-btn.ui-slider-handle { position: absolute; z-index: 1; top: 50%; width: 31px; height: 22px; text-indent: -200px; outline: 0; }

span.ui-slider-label-b { z-index: 0; right: 0; text-indent: 2.5em;} 
span.ui-slider-label-a { z-index: 1; left: 0; text-indent: -2.5em;}
