.time-marker {
	z-index: 4;
	width: 57px;
	height: 18px;
	position: absolute;
	background: url(http://static.bergfex.at/images/webcamsarchive/marker.png) no-repeat;
}
.time-selector {
	position: absolute;
	left: -13px;
	display: none;
	z-index: 5;
	width: 70px;
	height: 18px;
	background: url(http://static.bergfex.at/images/webcamsarchive/selector.png) no-repeat;
}
.time-hours {
	width: 15px; 
	height: 10px;
	position: absolute;
	background: url(http://static.bergfex.at/images/webcamsarchive/time15.png) no-repeat;
	font-size: 0; 
	
}
.time-min15 { 
	width: 12px; 
	height: 10px;
	position: absolute;
	left: 15px;
	background: url(http://static.bergfex.at/images/webcamsarchive/time15.png) no-repeat;
	font-size: 0; 
	
}


.time-stop-play {
	width: 57px;
	height: 32px;
	cursor: pointer;
}

.time-play       { background: url(http://static.bergfex.at/images/webcamsarchive/play.png) no-repeat; }
.time-play:hover { background: url(http://static.bergfex.at/images/webcamsarchive/play_hover.png) no-repeat; }
.time-stop       { background: url(http://static.bergfex.at/images/webcamsarchive/stop.png) no-repeat; }
.time-stop:hover { background: url(http://static.bergfex.at/images/webcamsarchive/stop_hover.png) no-repeat; }

.time-leftright {
	height: 18px;
	margin-bottom: 4px;
}
.time-left  {
	float: left;
	width: 28px;
	height: 18px;
	background: url(http://static.bergfex.at/images/webcamsarchive/left.png) no-repeat;
	cursor: pointer;
}
.time-left:hover {
	background: url(http://static.bergfex.at/images/webcamsarchive/left_hover.png) no-repeat;
}

.time-right {
	float: left;
	width: 29px;
	height: 18px;
	background: url(http://static.bergfex.at/images/webcamsarchive/right.png) no-repeat;
	cursor: pointer;
} 
.time-right:hover {
	background: url(http://static.bergfex.at/images/webcamsarchive/right_hover.png) no-repeat;
}
.time-scale {
	position: relative;
	width: 57px;
	height: 348px;
	background: url(http://static.bergfex.at/images/webcamsarchive/timescale.png) no-repeat;
}

.time-container {
	width: 27px;
	position: absolute;
	right: 15px;
	top: 4px;
}
.time-marker {
	display: none;
}
.time-current {
	position: absolute;
	z-index: 4;
	width: 57px;
	height: 18px;
	text-align:right;
	background: url(http://static.bergfex.at/images/webcamsarchive/button.png) no-repeat;
}
.time-current:hover {
	position: absolute;
	z-index: 4;
	left: -13px;
	width: 70px;
	height: 18px;
	background: url(http://static.bergfex.at/images/webcamsarchive/selector.png) no-repeat;
}
.time-current-selected {
	background: url(http://static.bergfex.at/images/webcamsarchive/marker_current.png) no-repeat;
}
.timemouseover {
	width: 57px;
	position: absolute;
	border: 1px solid black;
}
.time-selector {
	display: none;
}
.time-available {
	background: url(http://static.bergfex.at/images/webcamsarchive/timeavailable.png) no-repeat;
	position: absolute;
	height: 4px;
	z-index: 2;
	width: 100%;
}

.webcam-filetime {
	padding: 1px;
	padding-right: 6px;
	padding-left: 5px;
	background-color: black;
	position: absolute;
	bottom: 12px;
	right: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	z-index: 5;
	color: white;
}

.webcam-days {
	text-align: right;
	margin-bottom: 8px;
}

.webcamsarchive-container {
	position: relative;
}

.webcamsarchive-detail {
	position: relative;
}
.webcam-images {
	position: relative;
}

.webcamimage {
	z-index: 1;
	display: none;
	position: absolute;
	border: 1px solid #999999;
}
.webcamimage-latest {
	position: absolute;
	z-index: 1;
	border: 1px solid #999999;
}
.time-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* new timeline */
.webcamsarchive-timeline {
	background: url(/images/webcamsarchive/timeline/background.png) repeat-x top left;
	width: 100%;
	height: 21px; 
	font-size: 11px;
	color: white;
	margin-top: 6px;
	position: absolute;
	overflow:hidden;
	z-index: 5;
}

.webcamsarchive-timeline:hover {
	overflow: visible;
	background: url(/images/webcamsarchive/timeline/background-hover.png) repeat-x top left;
	height: 95px;
}
.webcamsarchive-timeline img {
	border: 2px solid white;	
}

.webcamsarchive-timeline .caption {
	font-weight: bold;
	float: left;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

.timeline-day {
	width: 70px;
	height: 70px;
	float: left;
	background-image:url(http://static.bergfex.at/images/arrows/lightgrey_right.png);
	background-position:4px 4px;
	background-repeat:no-repeat;
	margin-top: 3px;
	padding-bottom:2px;
	padding-left:12px;
	color: white;
	text-decoration: none;
}

.timeline-day:hover {
	background-image:url(http://static.bergfex.at/images/arrows/orange_right.png);
}

.timeline-day img {
	margin-left: -8px;
}

.timeline-day-default:hover img {
		border: 2px solid orange;
}

.timeline-day-default {}
.timeline-day-default:hover {
	color: #ff8400;
	text-decoration: underline;
	cursor: pointer;
}
.timeline-day-selected,
.timeline-day-selected:hover {
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	height: 18px;
	width: 70px;
	background:url(/images/webcamsarchive/timeline/current.png) no-repeat top left;
	float: left;
}
.timeline-day-selected img,
.timeline-day-selected img:hover  {
	border: 2px solid #325cc3;
}
.archive-loading-indicator {
	position: absolute;
	right: 15px;
	z-index: 6;
	top: 410px;
}
.webcamsarchive-unavailable {
	display: none;
	position: absolute;
	z-index: 2;
	padding-left: 12px;
	text-shadow: white 0px 0px 3px;
}
