#date-slider
{
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 20px 25px;
}

/*.map #date-slider
{
	padding-top: 30px;
}*/

#slider
{
	width: 85%;
	margin: 0px auto;
}


#slider .ui-slider-handle
{
	border: none;
	background-color: #B23231;
	color: white;
}

#slider .ui-state-active
{
	border: none;
	background-color: #484848;
}

#custom-handle 
{
	cursor: pointer;
	width: 125px;
	font-weight: bold;
	font-size: 1.25em;
	transform: translate(-50px);
    height: 1.6em;
    top: 50%;
	margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

