body {margin: 0px;
	background-color: transparent;
}
body, a, a:visited, strong {
	font-family: Arial;
	font-size: 12px;
}

a:hover {
	color: black;
}


#wrap {
	width: 726px;
	position: relative;
	margin: 0px auto;
}


.close_link {
	float: right;
}

ul.webcams {
	float:left;
	margin: 0;
	padding: 1px 0 0 10px;
	list-style: none;	
}

ul.webcams li {
	float: left;
	display:inline;
	margin: 0;
	margin-right: 12px;
	padding: 0;
	background: url(images_interface/top_left.gif) no-repeat top left;
}

ul.webcams a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	margin-left: 5px; /* if you shrink this too much, the top left corner won't show through! */
	padding: 4px 8px 2px 3px;
	background: url(images_interface/top_right.gif) no-repeat top right;

}



/* style for unselected tabs */
 ul.webcams li, ul.webcams a, ul.webcams a:visited {
 	background-color: #B7C978;
	color: black;
 }


/* style for selected tabs */
ul.webcams li.selected, ul.webcams li.selected a, ul.webcams li.selected a:visited {
	background-color: black;
	color: white;
}

/* style for hovered tags */
ul.webcams a:hover {
	text-decoration:underline;
}


#cameralabel,
#connection {
	position: absolute; 
	color: white;
	background: rgb(50, 50, 50); /* The Fallback - we'll use a dark gray. this RGB = #323232 */
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	top: 10px;
}

#cameralabel {
	left: 15px;
}

#connection {
	width: 200px;
	right: 15px;
}





.webcam {
	clear:both;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 3px solid black;
	border-bottom: 4px solid black;
}

#topper, #bottomer {
	display: block;
	clear: both;
}

#imagetoupdate {line-height: 0px;}
