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


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

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

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

.time-right {
	float: left;
	width: 29px;
	height: 18px;
	background: url(/images/webcamsarchive/right.png) no-repeat;
	cursor: pointer;
} 
.time-right:hover {
	background: url(/images/webcamsarchive/right_hover.png) no-repeat;
}
.time-scale {
	position: relative;
	width: 57px;
	height: 348px;
	background: url(/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(/images/webcamsarchive/button.png) no-repeat;
}
.time-current:hover {
	position: absolute;
	z-index: 4;
	left: -13px;
	width: 70px;
	height: 18px;
	background: url(/images/webcamsarchive/selector.png) no-repeat;
}
.time-current-selected {
	background: url(/images/webcamsarchive/marker_current.png) no-repeat;
}
.timemouseover {
	width: 57px;
	position: absolute;
	border: 1px solid black;
}
.time-selector {
	display: none;
}
.time-available {
	background: url(/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: 22px;
	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;
	min-height: 380px;
}

.webcamsarchive-container-full {
    background-color: white;
    box-shadow: 0 0 20px 1px black;
    padding: 6px;
	margin-right: -200px;
	margin-left: -150px;
	margin-top: -6px;
	margin-bottom: -6px;
    z-index: 100;
}


.webcamsarchive-detail {
	position: relative;
	padding-right: 66px;
}
.webcam-images {
	position: relative;
}

.webcamzoom {
	z-index: 10; 
	position: absolute; 
	left: 10px; 
	top: 10px; 
	cursor: pointer;
	background: url(/images/zoom.png) transparent no-repeat;
    width: 53px;
    height: 46px;
}
.webcamzoomout {
	background: url(/images/zoomout.png) transparent no-repeat;
}
.webcamimage {
	z-index: 1;
	display: none;
	position: absolute;
	top: 0;
}
.webcamimage-latest {
	position: relative;
	top: 0;
	z-index: 1;
	display: block;
}
.time-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* new timeline */
.webcamsarchive-timeline-container {
	position: relative; 
	height: 32px;
}

.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 img {
	border: 2px solid white;	
}

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

.timeline-day {
	width: 74px;
	float: left;
	display: block;
	background-image:url(/images/arrows/lightgrey_right.png);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin-top: 3px;
	padding-bottom:2px;
	padding-left:8px;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.timeline-day:hover {
	background:url(/images/webcamsarchive/timeline/current.png) no-repeat top left;
}

.timeline-day img {
}

.timeline-day:hover {
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	height: 18px;
	width: 74px;
	background:url(/images/webcamsarchive/timeline/current.png) no-repeat top left;
	float: left;
}

.timeline-day-default {}
.timeline-day-default:hover {
	cursor: pointer;
}
.timeline-day-selected,
.timeline-day-selected:hover {
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 0px;
	height: 18px;
	width: 74px;
	background:url(/images/webcamsarchive/timeline/current.png) no-repeat top left;
	float: left;
}
.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;
}

.panorama-marker {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 6;
	width: 88px;
	height: 51px;
	background: url(/images/webcams/panorama-marker.png) no-repeat bottom left;
}


.panorama-marker-small {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 23px;
	background: url(/images/webcams/panorama-marker-small.png) no-repeat bottom left;
}

.panorama-marker-360 {
	background-position: top left;
}	

.panorama-shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 6px;
	height: 100%;
	z-index: 5;
	background: url(/images/webcams/panorama-shadow.png) repeat-y top left;
}

.panorama-shadow-right {
	top: 0px;
	right: 0px;
	left: auto;
	background: url(/images/webcams/panorama-shadow.png) repeat-y top right;
}

.panorama-view {
	overflow:hidden;
	position: relative; 
}





