input[type='range'] {
	-webkit-appearance: none; 
	border-radius: 5px; 
	box-shadow: inset 0 0 5px #333; 
	background-color: #eee; 
	height: 10px; 
	width: 255px; 
	vertical-align: middle; 
} 
	
input[type='range']::-webkit-slider-thumb { 
	-webkit-appearance: none !important; 
	border-radius: 6px; 
	box-shadow:inset 0 0 5px rgba(000,000,000,0.5); 
	background-image: url("../images/colorbox/barres.png"); 
	background-position:center center; 
	background-repeat:no-repeat; 
	border: 1px solid #999; 
	height: 16px; 
	width: 25px; 
}
 
input[type='range']::-moz-range-thumb { 
	-moz-appearance: none; 
	border-radius: 5px; 
	background-color: #FFF; 
	box-shadow:inset 0 0 10px rgba(000,000,000,0.5); 
	background-image: url("../images/colorbox/barres.png"); 
	background-position:center center; 
	background-repeat:no-repeat; 
	border: 1px solid #999; 
	height: 20px; 
	width: 30px; 
} 

.red input[type='range']::-webkit-slider-thumb, .red input[type='range']::-moz-range-thumb { 
	background-color: #f62217; 
} 

.green input[type='range']::-webkit-slider-thumb, .green input[type='range']::-moz-range-thumb { 
	background-color: #59e817; 
} 

.blue input[type='range']::-webkit-slider-thumb, .blue input[type='range']::-moz-range-thumb { 
	background-color: #0041c2; 
}

.red output, .green output, .blue output{
	display: initial;
}

.colorTextInput{
	width: 33px;
	text-align: center;
	margin-left: 5px;
}