/**
 * rangeFloater
 *
 * @copyright  Copyright (c) 2010 Jan Martinek
 * @license    New BSD License
 * @link       http://jan-martinek.com/rangeFloater/rangeFloater.zip
 * @version    0.9
 */
.rangeFloaterWrapper 	{
	position: relative;
	left:60px;
}
.rangeFloater 			{
	position: absolute;
	top: 18px;
	
}
.floatStateActive 		{ position: fixed; }
.floatStateBasic, 
.floatStateBottom 		{  }