body div.chaturbatecamitem {
  float: left;
  width: 300px;
  margin: 2px 2px 0px 2px;
  border: 0px solid #f9ecfe;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-right: 0px;
  position: relative;
  background: #f9ecfe;
  font-size: 12px;
  font: Arial;
  color: #5A5A5A;
  line-height: 1.35;
  min-height: 184px;
  font-family: Arial,Helvetica,sans-serif;
  overflow: hidden;
}

body div.chaturbatecamitem img {
    height: 226px;
    width: 300px;
    width: auto;
}

body div.chaturbatepopup {
  position: absolute;
  background-color: #FFFFFF;
  width: 945px;
  min-height: 635px;
  z-index: 9002;
  top: 10%;
  left: 50%;
  margin-left: -400px;
  padding-left: 10px;
  padding-right: 10px;
}



body div.chaturbateshadow {
  background-color: #111;
  opacity: 0.65;
  filter:alpha(opacity=65);
  position: fixed;
  z-index: 9001;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body div.chaturbateerror {
  color: red;
  font-weight: bold;
}

body div.chaturbateclose {
  right: 10px;
  position: absolute;
}

body div.chaturbatecamlive {
  top: 115px;
  position: absolute;
  right: 10px;
}


body span.chaturbate_pager_item_current {
    font-weight: bold;
}