div#webcams {
	background: #eaf1fa url(/images/bg_lightblue.gif) repeat-y;
	/*margin: 0 0 0 30px;*/
	margin: 5px 0 0 15px;
	padding: 0 0 0 15px;
	line-height: 1.2em;
}
div#webcams h1 {
	padding: 10px 0 0;
	margin: 0 0 .6em 10px;
	color: #970F00;
	font-size: 1.6em;
	text-transform: uppercase;
	
}
div#webcams p {
	margin: 1em 2em 1em 10px;
}
div#webcams div.row {
	margin: 0 0 0 -38px;
	padding: 20px 0 0 25px;
	background: url(/images/webcams_screens_static.jpg) no-repeat;
	height: 195px;
	width: 565px;
	position: relative;	
}
div#webcams div.row div.pics {
	position: absolute;
	z-index: 1;
	
}
div#webcams div.row div.webcam {
	float: left;
	width: 188px;
	position: relative;
}
div#webcams div.row div.webcam img {
	margin: 0;
	padding: 0;
	height: 135px;
	width: 165px;
}
div#webcams div.row div.webcam img.last {
	margin: 0 0 0 3px;
}
div#webcams div.row div.webcam a.caption {
	margin: 15px 0 0 0;
	padding: 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
}
div#webcams div.row div.webcam-cover {
	position: absolute;
	background: url('/images/webcams_screens.gif') no-repeat;
	z-index: 2;
	width: 598px;
	height: 163px;
	top: 0;
	left: 0;
}