/* $Id: skin.css,v 1.1.2.2 2008/07/30 16:12:43 jredding Exp $ */

/**
 * Based on the default jCarousel tango skin. Adapted for use with the Mini
 * Panels module by Wim Leers. GPL icons created by Kaj Heijmans.
 */

.jcarousel-item {
  width: 70px;
  height: 59px;
  padding: 0;
  margin: 0;
}

.jcarousel-item .block {
  padding: 0;
}

.jcarousel-item-horizontal{
  padding: 0;
  margin: 0;
}

.jcarousel-item-vertical {
  margin: 0;
}

.jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-prev, .jcarousel-next, #btn-back, #btn-next {
  float: left;
  z-index: 90;
}

.jcarousel-next-horizontal {
    background: url('/sites/all/themes/teara/img/carousel-right.gif') no-repeat right top;
    position: absolute;
    top: 0;
    left: 695px;
    width: 25px;
    height: 59px;
    border-bottom: 1px solid #E0DEDB;
}

.jcarousel-next-horizontal:hover {
    cursor: pointer;
}

.jcarousel-next-horizontal:active {
    cursor: pointer;
}

.jcarousel-next-disabled,
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    background-position: left top;
    border: 1px solid #fof;
    cursor: default;
}

.jcarousel-prev-horizontal {
  background: url('/sites/all/themes/teara/img/carousel-left.gif') no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 59px;
  cursor: pointer;
  border-bottom: 1px solid #E0DEDB;
}

.jcarousel-prev-disabled,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    background-position: right top;
    border: 1px solid #fof;
    cursor: default;
}
