/* GALERIA DE FOTOS */

.jcarousel-container { position: relative; background:none; -moz-background: none; }

.jcarousel-clip { z-index: 2; padding: 0; margin: 0 25px; overflow: hidden; position: relative; }

.jcarousel-list { z-index: 1; overflow: hidden; position: relative; top: 0; left: 0; margin: 0; padding: 0; }

.jcarousel-list li, .jcarousel-item { float: left; list-style: none; width: 140px; height: 130px; }

.jcarousel-next { z-index: 3; display: none; }
.jcarousel-prev { z-index: 3; display: none; }

/* ---------------------------------- SKIN ------------------------------------------------- */

.jcarousel-skin-tango {background:none; margin-top: 15px; -moz-background: none;}
.jcarousel-skin-tango .jcarousel-container { -moz-border-radius: none; background: #FFFFFF; border: none; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 688px; padding: 0 10px; background:none; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { width:640px; height:140px; padding-top:10px;  background:none; }

.jcarousel-skin-tango .jcarousel-item {width:150px; height:110px; }
.jcarousel-skin-tango .jcarousel-item img {margin:0 auto;}
.jcarousel-skin-tango .jcarousel-item-horizontal {margin:0 5px; height:110px; width:150px;}

.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal { position: absolute; top: 60px; right: 5px; width: 24px; height: 24px; cursor: pointer; background: transparent url('../../imagens/ftgal-right.png') no-repeat right top; }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover { position: absolute; top: 60px; right: 5px; width: 24px; height: 24px; cursor: pointer; background: transparent url('../../imagens/ftgal-right.png') no-repeat right top; }
.jcarousel-skin-tango .jcarousel-next-horizontal:active { cursor: default; }

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default;  }

.jcarousel-skin-tango .jcarousel-prev-horizontal { position: absolute; top: 60px; left: 5px; width: 24px; height: 24px; cursor: pointer; background: transparent url('../../imagens/ftgal-left.png') no-repeat left top; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {position: absolute; top: 60px; left: 5px; width: 24px; height: 24px; cursor: pointer; background: transparent url('../../imagens/ftgal-left.png') no-repeat left top;  }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { cursor: default; }

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; }

