#arec_ib, #arec_ib_headline, #arec_ib_desc, #arec_ib_headline div{
  font-family: Arial;
  font-size: 12px;  
}

#arec_ib{
  position: absolute; top: 150px; left: 50%; width: 150px; height: 150px; margin-left: -75px; margin-top: -75px; z-index: 9990;
  background: #000; border: 1px solid #C82924 !important;
}
#arec_ib img{
  margin: 0; padding: 0; border: none;
}

#arec_ib_preloader{
  position: absolute; top: 50%; left: 50%; margin-left: -45px; margin-top: -43px;
  background: url("./preloader.gif") top left no-repeat;
  width: 91px; height: 87px;
}
#arec_ib_headline{
  background: #000;
  border-color: #C82924 !important;
  color: #FFF; font-weight: bold; font-size: 1.5em;
  line-height: 31px;
  overflow: hidden;
}
#arec_ib_desc{
  background: #000;
  border-color: #C82924 !important;
  color: #FFF; line-height: 31px;
  overflow: hidden;
}
#arec_ib_desc div, #arec_ib_headline div{
  padding: 0 0.5em;
}
.arec_ib_nav a{
  display: block; margin: 0;
  border: 1px solid #C82924;
  width: 37px; height: 37px;
}
.arec_ib_nav a.arec_ib_prev{
  background: url("./prev.gif") top left no-repeat;
  float: left; margin-left: 2px;
}

.arec_ib_nav a.arec_ib_next{
  background: url("./next.gif") top left no-repeat;
  float: left; margin-left: 2px;
}

.arec_ib_nav a.arec_ib_close{
  background: url("./close.gif") top left no-repeat;
  float: right;
}

.arec_ib_nav a.inactive{
  cursor: default;
}
.arec_ib_nav a.arec_ib_prev.inactive{
  background-image: url("./prev_i.gif");
}
.arec_ib_nav a.arec_ib_next.inactive{
  background-image: url("./next_i.gif");
}