﻿/*********************************************************************
  LEAP Carousel - home page
*********************************************************************/

.carousel {
  width: 100%;
  height: 355px;
  z-index: 0;
}
.slide { 
  visibility: hidden;
  padding: 0 2px; 
}
.slide .overlay { 
  position: absolute; 
  top: 298px;
  left: 0;
  width: 100%;
}
.slide .overlay-inner {
  position: relative;
  padding: 7px 11px 9px 8px;
  height: 41px;
  background: url(/lib/images/ffffff_85.png);
}
.slide .overlay-buttons {
  float: right;
  margin-left: 10px;
}
.slide .overlay-buttons .actionbutton { width: 120px; }
.slide .overlay .button-moreinfo {
  margin-bottom: 5px;
}
.lc_loading {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff url(/lib/images/loading.gif) no-repeat 50% 50%;
  z-index: 10;
}
.lc_previous {
  top: 0;
  width: 91px;
  height: 100%;
  right: 0px;
  background: url(arrow_left.png) no-repeat;
}
.lc_next {
  top: 0;
  width: 91px;
  height: 100%;
  left: 0px;
  background: url(arrow_right.png) no-repeat;
}

