#red, #green, #blue, #red1, #green1, #blue1 {
	float: left;
	clear: left;
	width: 70px;
	height: 5px;
	margin: 5px;
}
#swatch, #swatch1{
	width: 20px;
	height: 45px;
	margin-top: 5px;
	margin-left: 90px;
	background-image: none;
}
#red .ui-slider-range { background: #ef2929; }
#red .ui-slider-handle { border-color: #ef2929; height:10px; width:10px;}
#green .ui-slider-range { background: #8ae234; }
#green .ui-slider-handle { border-color: #8ae234; height:10px; width:10px;}
#blue .ui-slider-range { background: #729fcf; }
#blue .ui-slider-handle { border-color: #729fcf; height:10px; width:10px;}
#red1 .ui-slider-range { background: #ef2929; }
#red1 .ui-slider-handle { border-color: #ef2929; height:10px; width:10px;}
#green1 .ui-slider-range { background: #8ae234; }
#green1 .ui-slider-handle { border-color: #8ae234; height:10px; width:10px;}
#blue1 .ui-slider-range { background: #729fcf; }
#blue1 .ui-slider-handle { border-color: #729fcf; height:10px; width:10px;}