@CHARSET "UTF-8";


#arec_ib{
  position: absolute; top: 150px; left: 50%; width: 150px; height: 150px; margin-left: -75px; margin-top: -75px; z-index: 9990;
  padding: 5px; background: #FFF;
  border: 1px solid rgb(150,150,150); 
  background: #FFF; border: 1px solid rgb(80,80,80);
}
#arec_ib img{
  margin: 0; padding: 0;
  /* border: 1px solid #000; */
}

#arec_ib_preloader{
  position: absolute; top: 50%; left: 50%; margin-left: -14px; margin-top: -14px;
  background: url("./images/preloader.gif") top left no-repeat;
  width: 27px; height: 27px;
}
#arec_ib_headline{
  background: #FFF;
  border-color: rgb(80,80,80) !important;
  color: rgb(80,80,80); font-weight: bold; font-size: 1.2em;
  line-height: 31px;
  overflow: hidden;
}
#arec_ib_desc{
  background: #FFF;
  border-color: rgb(80,80,80) !important;
  color: rgb(80,80,80); 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 rgb(80,80,80);
  width: 37px; height: 37px;
}
.arec_ib_nav a.arec_ib_prev{
  background: url("./images/prev.gif") top left no-repeat;
  float: left; margin-left: 2px;
}

.arec_ib_nav a.arec_ib_next{
  background: url("./images/next.gif") top left no-repeat;
  float: left; margin-left: 2px;
}

.arec_ib_nav a.arec_ib_close{
  background: url("./images/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("./images/prev_i.gif");
}
.arec_ib_nav a.arec_ib_next.inactive{
  background-image: url("./images/next_i.gif");
}
.arec_ib_button{
  background-color: rgb(80,80,80) !important;
}