
#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: 0px;
	height: 20px;
	border-left: 1px solid #ccc;
	font-size: 12px;
    text-align: center;
}
#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;
}
