.noUiSlider			{
	width:				93%;
	border:				1px solid #CCC;
	height:				8px;
    background: #b2b2b2; /* Old browsers */
    background: -moz-linear-gradient(top, #b2b2b2 0%, #ffffff 74%, #ffffff 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b2b2), color-stop(74%,#ffffff), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2b2b2 0%,#ffffff 74%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b2b2b2 0%,#ffffff 74%,#ffffff 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b2b2b2 0%,#ffffff 74%,#ffffff 99%); /* IE10+ */
    background: linear-gradient(to bottom, #b2b2b2 0%,#ffffff 74%,#ffffff 99%); /* W3C */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.noUi-midBar		{
	height:				8px;
	z-index:			0;
    background-attachment:scroll;
    background-clip:border-box;
    background-color:transparent;
    background-origin:padding-box;
    background-position:0 0;
    background-repeat:repeat;
    background-size:auto auto;
	/*background: #ff8c01; 
    background: -moz-linear-gradient(top, #ff8c01 0%, #ff9e30 0%, #ffcb64 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8c01), color-stop(0%,#ff9e30), color-stop(100%,#ffcb64));
    background: -webkit-linear-gradient(top, #ff8c01 0%,#ff9e30 0%,#ffcb64 100%);
    background: -o-linear-gradient(top, #ff8c01 0%,#ff9e30 0%,#ffcb64 100%);
    background: -ms-linear-gradient(top, #ff8c01 0%,#ff9e30 0%,#ffcb64 100%);
    background: linear-gradient(to bottom, #ff8c01 0%,#ff9e30 0%,#ffcb64 100%);*/
}
.noUi-handle > div	{
	z-index: 			5;
	width:				20px;
	height:				20px;
    padding:            7px 8px;
	position:			absolute;
	top:				-9px;
	left:				-8px;
    background-image: url("/App_Themes/Mobile/images/slider-knob.png");
    background-repeat: no-repeat;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color:#000000;
    font-size: 10px;
    font-weight: bold;
    text-shadow:0 -1px 1px #FFFFFF;
}
.noUi-handle > div:hover,
.noUi-activeHandle	{

}

@media only screen and (-webkit-min-device-pixel-ratio: 2){

	.noUi-handle > div {

		height:				32px;
		width:				32px;
		top:				-13px;
		left:				-16px;

	}

}