#time-slider-info3{
	pointer-events: auto;touch-action: auto;display:none; white-space: pre; color: #ffffff; font-weight: bold; position: absolute; 
	border: 1px solid rgb(216, 216, 216); padding: 3px; right: 0px; 
	bottom: 31px; z-index: 1999; font-size: 12px; padding-left: 3px;padding-top: 3px; background-color: rgb(51, 51, 51);
	width: 250px;
	height: 45px;
}
#time-slider-info2{
	pointer-events: auto;touch-action: auto;display:none; position: absolute; padding: 0px; border: 1px solid rgb(216, 216, 216); 
	left: 395px; bottom: 31px; width: 305px; height: 30px; z-index: 1999; font-size: 12px; background-color: rgb(51, 51, 51);
}
#time-slider-info{
	pointer-events: auto;touch-action: auto;display:none; position: absolute; border: 1px solid rgb(216, 216, 216); padding: 3px; width: 390px; 
	left: 0px; bottom: 31px; height: 30px; z-index: 1999; font-size: 12px; padding-left: 20px;padding-top: 5px; background-color: rgb(51, 51, 51);
}
@media screen and (max-width: 768px) { 
	#time-slider-info3{
		top: 108px;
		left: 0px;
	}
	#time-slider-info2{
		left:0px; bottom: 61px; width:100%;
	}
	#time-slider-info{
		width:100%;
	}
}

/* ----------------------------------------------------------------------------------- */
#time-slider-info a:link { font-weight:normal; color:#E6E6E6; text-decoration:none; }
#time-slider-info a:visited { font-weight:normal; color:#E6E6E6; text-decoration:none; }
#time-slider-info a:focus { font-weight:normal; color:#E6E6E6; text-decoration:none; }
#time-slider-info a:hover { font-weight:normal; color:#01DF01; text-decoration:none; }
#time-slider-info a:active { font-weight:normal; color:#E6E6E6; text-decoration:none; }

#time-slider-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #ffffff;
	z-index: 9999;
}
#time-slider-2 {
	margin: 0px 15px 0;
	background: #91a1be;
}
#time-slider-2 .ui-slider-handle {
	width: 16px;
	height: 16px;
	margin-left: -10px;
	margin-top: -2px;
	border-radius: 10px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background: #ffaa52;
	border-color: #fdcf94;
	z-index: 1;
}
#time-slider-2 .ui-slider-handle:hover, #time-slider-2 .ui-slider-handle:focus {
	background: #ffCC33;
	border-color: white;
}
#time-scale-container {
	margin: 0 15px 0 15px;
	font-size: 0.9em;
}
#time-scale {
	width: 100%;
	border-collapse: collapse;
}
#time-scale td {
	width: 4.1666666666%;
	padding-left: 5px;
	height: 20px;
	border-left: 1px solid #ccc;
	font-size: 14px;
}
#time-scale td span {
	color: #999;
}
#time-scale-sunlight, #time-scale-twilight, #time-scale-sunlight-2, #time-scale-twilight-2 {
	height: 100%;
	position: absolute;
	background: #FFED9E;
}
#time-scale-twilight , #time-scale-twilight-2 {
	background: #c0ddF0;
}
