#radio_wrapper.default .noUiSlider {
	height:				9px;
	background:			#ffffff;
        
        margin: auto 10px;        
        margin-bottom: 0px;
        margin-left: 9px;
        
        border: 1px solid #bababa;
        
        padding: 1px;
        
        border-radius: 3px;
        -webkit-border-radius:3px;
        -khtml-border-radius:3px;
        -moz-border-radius:3px;
}
#radio_wrapper.default .noUi-midBar {
	height: 9px;
        left: 1px !important;
	z-index: 0;
        
	background: #006699;
        background-image: url('../images/tracker_back.png');
        background-repeat: repeat-x;
        background-position: top left;
        
        border-radius: 2px;
        -webkit-border-radius:2px;
        -khtml-border-radius:2px;
        -moz-border-radius:2px;
}
#radio_wrapper.default .noUi-handle > div {
	position:			absolute;
	width:				22px;
	height:				22px;
	top:				-6px;
	left:				-11px;
	z-index: 			5;
        
        background-image: url('../images/enabled/tracker.png');
        background-repeat: no-repeat;
        
        cursor: pointer;
}
#radio_wrapper.default .noUi-handle > div:hover,
#radio_wrapper.default .noUi-handle > div.noUi-activeHandle {

}
#radio_wrapper.default .disabled > .noUi-midBar {
	background:			#999;
}
#radio_wrapper.default .disabled .noUi-handle > div {
	background-image: url('../images/disabled/tracker.png');
        background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio:1.2),-moz-touch-enabled,(max-device-width:1024px){
	.noUi-handle > div {
		height:			32px;
		width:			32px;
		top:			-13px;
		left:			-16px;
	}
}