@charset "utf-8";

#cita_webcam_slideshow {
	position:relative;
	height:164px;
	width:260px;
	top:2px;
	left:10px;
}

#cita_webcam_slideshow div {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

#cita_webcam_slideshow div.active {
	z-index:10;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#cita_webcam_slideshow div.last-active {
	z-index:9;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
#cita_webcam .cita_webcam_kamera{
	z-index:90;
	position:absolute;
	right:20px;
	top:35px;
	border:none;
}

#cita_webcam .cita_baustelle{
	z-index:90;
	position:absolute;
	right:2px;
	top:130px;
	border:none;
	width:105px;
}
#cita_webcam .cita_baustelle span{
	position:relative;
	float:left;
}
#cita_webcam .cita_baustelle img{
	position:relative;
	float:left;
}
#cita_webcam{
	position:relative;
}
#cita_webcam  .cita_webcam_link{
}
#cita_webcam  .cita_webcam_link img{
	position:relative;
	margin:0px;
	padding:0px;
	border:1px solid #EAEAEA;
}
#cita_webcam_title{
	background-color:#C2D2E9;
	font-weight:bold;
	font-size:12px;
	padding:5px;
}
.cita_webcam_location{
	color:#2D2C72;
	font-weight:bold;
	font-size:10px;
}
#cita_webcam_source{
	position:relative;
	left:10px;
	font-size:9px;
}