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;
}

#webcam_container{
	width: 96%;
	margin-left: 1%;
	padding-bottom: 10px;
}

#webcam_container select{
	width: 200px;
}

.dropdown-navigation{
	/*float: left;*/
	width: 100%;
	padding: 10px 0 20px 0;
}

.dropdown-navigation h2{
	margin-left: 5px;
}

.dropdown-navigation p{
	margin-left: 10px;
}

.dropdown-navigation select{
	margin-left: 5px;
}

.dragable-image {
	position: relative;
	width: 100%;
}

.dragable-image .instructions {
	position: relative;
	/*float: left;*/
	width: 100%;
	height: 33px;
	padding: 5px;
	box-sizing: border-box;
	line-height: 2;
	text-indent: 5px;
	color: #fff;
	background: #6d6e70;
}

.dragable-image .instructions img{
	float: left;
}


.dragable-image .dragscroll {
	position: relative;
	width: 100%;
	height: 450px;
	background: #a9a9a9;
	overflow: scroll;
	-ms-overflow-style: none;
}

.dragable-image .dragscroll img {
	position: absolute;
	cursor: all-scroll;
	height: 450px;
	width: auto;
}