body div.stripchatitem {
  float: left;
  width: 180px;
  margin: 9px 4px 4px;
  border: 4px solid #ACACAC;
  position: relative;
  background: #F0F1F1;
  font-size: 13px;
  font: Arial;
  color: #5A5A5A;
  line-height: 1.35;
  min-height: 184px;
  font-family: Arial,Helvetica,sans-serif;
  overflow: hidden;
}

body div.stripchatitem img {
    height: 152px;
    max-width: unset;
    width: auto;
}

body div.stripchatpopup {
  position: absolute;
  background-color: #FFFFFF;
  width: 900px;
  min-height: 635px;
  z-index: 9002;
  top: 10%;
  left: 50%;
  margin-left: -450px;
}

body div.stripchatshadow {
  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.stripchaterror {
  color: red;
  font-weight: bold;
}

body div.stripchatclose {
  right: 10px;
  position: absolute;
}

body div.stripchatlive {
  top: 115px;
  position: absolute;
  right: 10px;
}


body span.stripchat_pager_item_current {
    font-weight: bold;
}