/** Style from webcam **/

#webCam {
  
}

#webCam #webCams {
  width:380px;
  height:320px;
  border:1px solid #000;
}

#webCam #webCamsBox {
  width:320px;
  height:240px;
  border:1px solid #000;
}

#webCam #progress {
  display:none;
  width:380px;
  height:320px;
  position:absolute;
  background-color:#fafafa;
}

#webCam select {
  width:330px;
}

#webCam #show {
  width:324px;
  height:244px;
  border:1px solid #f4f4f4;
  background-color:#e8e8e8;
  text-align:center;
  background:url(../img_common/webcam/progressbar2.gif) center center no-repeat;
}

#webCam table {

}
.webcamListe td {
  
}
.webcamBlockListe {
  width:300px;
  height:320px;
  overflow:auto;
  border:1px solid #cacaca;
}

.webcamListe .tr_select:hover {
  background-color:#cacaca;
}

