/*
 * Styles for the Webcam/Webcam lightbox on radiotirol.it
 */
#webcam img {
	width: 216px;
	height: 161px;
}

#webcam img,
#webcamOverlay img {
	background: center center no-repeat url('../../../img/extensions/funkhausinteraktiv/ajax-loader.gif');
}

#webcamOverlay {
	position: relative;
	width: 660px;
	height: 645px;
}
#webcamOverlay h3.main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	color: white;
	padding: 10px;
	z-index: 1;
}
#webcamOverlay .small-wrap {
	position: relative;
}
#webcamOverlay img {
	position: static;
}
#webcamOverlay h3.main-small {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	line-height: 1.4em;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: white;
	padding: 5px;
	z-index: 1;
}
#webcamOverlay .small-wrap {
	position: absolute;
}
#webcamOverlay img.main {
	top: 0;
	left: 0;
	width: 660px;
	height: 480px;
}
#webcamOverlay .small-wrap.bottom {
	bottom: 0;
	width: 216px;
	height: 161px;
}
#webcamOverlay .small-wrap.left { left: 0; }
#webcamOverlay .small-wrap.center { left: 221px; }
#webcamOverlay .small-wrap.right { right: 0; }
