/* Example 1 custom styles */
		#ex1Slider .slider-selection {
   			background: #BABABA;
   			}
   			
   			
 /*fix to override the xsp css that screws up the slider */
 
 .horizontalSlider .slider .tooltip {
    top: 0px !important;
   
}