#weather-overlay-control-container {
	position: absolute;
	z-index: 9999999;
	bottom: 10px;
	left: 10px;
	width: 100%;
	width: 360px;
	background-color: #428BCA;
	color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	padding-bottom: 0;
    overflow: hidden;
}
#weather-overlay-control-container h4 {
	font-weight: bold;
	color: #fff;
	display: inline;
	font-size: 16px;
}
.map-animate-play {
    border-radius: 15px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 18px;
    padding: 0;
    color: #428BCA;
}
.map-animate-play .icon {
	line-height: 29px;
}
.map-animate-play .icon-pause {
	font-size: 13px;
	display: inline-block;
    top: -2px;
    position: relative;
}
.time-bar-play-control {
	text-align: center;
	font-size: 12px;
}
.map-ts-time {
	text-align: center;
    margin-top: 17px;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}
#weather-overlay-control-container .ui-slider {
	border-radius: 6px;
}
#weather-overlay-control-container .ui-slider-handle {
    background: #3C7DB6;
    background-image: none;
    border-radius: 9px;
}
.opacity-control-container {
	background-color: #3C7DB6;
}
.time-controls-container {
	margin-bottom: 6px;
}
#overlay-opacity-control {
	margin-top: 7px;
	background: #3c7db6; /* Old browsers */
	background: -moz-linear-gradient(left,  #3c7db6 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #3c7db6 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #3c7db6 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7db6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.opacity-control-container .ui-slider {
	height: 7px;
}
.opacity-control-container .ui-slider-handle {
	height: 14px;
}