/*   Webcam   */

#cams {
width:390px;
height:280px;
overflow:hidden;
float:left;
}

.webcamoverlay {
height:280px;
width:390px;
margin:-2px 0 0 -5px;
float:left;
overflow:hidden;
}

.webcam1 {
float:right;
margin-top:15px;
margin-right:200px;
overflow:hidden;
}

.webcam2 {
float:right;
margin-top:45px;
margin-right:250px;
overflow:hidden;
}

.webcam3 {
float:right;
margin-top:25px;
margin-right:200px;
overflow:hidden;
}

.webcam4 {
float:right;
margin-top:25px;
margin-right:200px;
overflow:hidden;
}

.webcam5 {
float:right;
margin-top:25px;
margin-right:200px;
overflow:hidden;
}

.webcamOverlay {
width:150px;
height:20px;
overflow:hidden;
position:absolute;
}

.webcamOverlay .stream {
float:left;
width:20px;
height:20px;
}

.webcamOverlay .webcam {
float:left;
width:20px;
height:20px;
margin:0 0 0 2px;
}

.webcamOverlay .name {
background-image:url(/static/img/webcamOverlayBg.png);
width:95px;
float:left;
padding:3px 5px 4px 5px;
}



