.ui-trackbarprice {
	position: relative;
	margin: 20px 0 20px 0px;
}
.trakbar-r ,
.trakbar-l {
	position: absolute;
	top: -4px;
	width: 13px;
	height: 13px;
	display: block;
	background: #000;
	/*background: url(../img/trakbar-but.png) no-repeat;*/
	cursor: pointer;
    border-radius:15px;
}
.trakbar-l {
	left: 0px;
}
.trakbar-r {
	right: 0px;
}
.trakbar-line {
	width: 100%;
	height: 5px;
	background: #c6c6c6;
	/*background: url(../img/trakbar-line.png) repeat-x;*/
}