#mycarousel li a {
  float: left;
  width: 76px;
  height: 57px;
  border: 1px solid #555;
  margin: 0 8px;
  cursor: pointer;
}

.jcarousel-container {
  /*-moz-border-radius: 10px;
  border: 1px solid #036;*/
  float: right;
  margin: 6px 6px 0 0;
  height: 265px;
}

.jcarousel-container-horizontal {
  width: 245px;
  padding: 20px 40px;
}

.jcarousel-container-vertical {
  width: 191px;
  height: 308px;
  padding: 0;
}

.jcarousel-clip-horizontal {
  width: 75px;
  height: 245px;
}

.jcarousel-clip-vertical {
  margin-top: 43px;
  width:  191px;
  height: 222px;
}

.jcarousel-item {
  width: 191px;
  height: 59px;
}

.jcarousel-item-horizontal {margin-right: 10px;}

.jcarousel-item-vertical {margin: 7px 0 8px 0;}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: relative;
    top: -43px;
    width: 191px;
    height: 43px;
    cursor: pointer;
    background: url(../../imagens/setaprabaixo.png) no-repeat 0 0;
}

/*.jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -64px;
} */

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-prev-vertical {
    top: -265px;
    position: relative;
    width: 191px;
    height: 43px;
    cursor: pointer;
    background: url(../../imagens/setapracima.png) no-repeat 0 0;
}

/*.jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -64px;
} */

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 0;
}
