.ui-slider .ui-slider-handle {
	background: url("img/slider-button.svg") no-repeat;
	/*background: #b01110;*/
	border:none;
	border-radius: 0;
	top: -8px;
	width: 18px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
}
.ui-slider .ui-slider-handle:hover {
	/*background: url("img/slider-btn-hover.png") no-repeat;*/
	/*background: #b94547;*/
	background-position: 0 -40px;
}
.ui-slider {
	display: inline-block;
	position: relative;
	left: -1px;
	width: 388px;
	height: 14px;
	margin-top: 2px;
	/*background: url(img/slider-bgr.png) 0 0 no-repeat;*/
	background: #FFF;
	border: 1px solid #09f;
	border-radius: 0;
}
a.sl-right {
	float: right;
	display: inline-block;
	width: 28px;
	line-height: 28px;
	/*background: url(img/sl-right.png) 0 0 no-repeat;*/
	background: #fff;
	border: 1px solid #09f;
	text-align: center;
	color: #09f;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	margin-top: -5px;
}
a.sl-left {
	float: left;
	display: inline-block;
	width: 28px;
	line-height: 28px;
	/*background: url(img/sl-left.png) 0 0 no-repeat;*/
	background: #fff;
	border: 1px solid #09f;
	text-align: center;
	color: #09f;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 11px;
	margin-top: -5px;
}
a.sl-right:hover,
a.sl-left:hover {
	background: #09f;
	color: #fff;
	font-size: 22px;
}
.sliderTitle{
	margin-bottom:10px;
}
#amount{
	float:right;
	margin-top:10px;
	color:#666;
	font-size:19px;
}
.sliderOtstapka{
	width:470px;
	height:16px !important;
	/*background:url(img/slider2-bgr.png) 0 0 no-repeat;*/
	background: #e6ded1;
	margin-top:10px;
	padding:0 !important;
}
.sliderOtstapka div.colorSl{
	width:100px;
	height:14px;
	background:#bfab90;
	border-radius:8px;
}
.allSl {
	float:right;
	font-size:14px;
	color:#900;
	margin-top:25px;
}
.allSl span{
	font-size:19px;
}
.clear{
	clear:both;
}

